/* displays the comments, too */ @import url(http://fonts.lug.ustc.edu.cn/css?family=Inconsolata|Roboto+Condensed); html { color: #fff; background-color: #2b3035; } head { display: block; overflow-x: hidden; } head::before { content: 'This pen displays its own CSS, with CSS.'; display: block; padding: 20px; border-bottom: 2px dashed rgba(255, 255, 255, .4); background-color: #40484f; font: 38px/1.2 'Roboto Condensed', sans-serif; } head style { display: block; padding: 20px; white-space: pre-wrap; letter-spacing: .02em; font: 20px/1.2 'Inconsolata', monospace; } body { display: none; }