Pen Settings

HTML

CSS

CSS Base

Vendor Prefixing

Add External Stylesheets/Pens

Any URLs added here will be added as <link>s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.

+ add another resource

JavaScript

Babel includes JSX processing.

Add External Scripts/Pens

Any URL's added here will be added as <script>s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.

+ add another resource

Packages

Add Packages

Search for and use JavaScript packages from npm here. By selecting a package, an import statement will be added to the top of the JavaScript editor for this package.

Behavior

Auto Save

If active, Pens will autosave every 30 seconds after being saved once.

Auto-Updating Preview

If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.

Format on Save

If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.

Editor Settings

Code Indentation

Want to change your Syntax Highlighting theme, Fonts and more?

Visit your global Editor Settings.

HTML

              
                <blockquote cite="https://www.aozora.gr.jp/cards/000081/files/456_15050.html">「もうここらは白鳥区のおしまいです。ごらんなさい。あれが名高いアルビレオの観測所です。」
<p> 窓の外の、まるで花火でいっぱいのような、あまの川のまん中に、黒い大きな建物が四棟むねばかり立って、その一つの平屋根の上に、眼めもさめるような、青宝玉サファイアと黄玉トパースの大きな二つのすきとおった球が、輪になってしずかにくるくるとまわっていました。<br>
黄いろのがだんだん向うへまわって行って、青い小さいのがこっちへ進んで来、間もなく二つのはじは、重なり合って、きれいな緑いろの両面凸とつレンズのかたちをつくり、それもだんだん、まん中がふくらみ出して、とうとう青いのは、すっかりトパースの正面に来ましたので、緑の中心と黄いろな明るい環わとができました。<br>
それがまただんだん横へ外それて、前のレンズの形を逆に繰くり返し、とうとうすっとはなれて、サファイアは向うへめぐり、黄いろのはこっちへ進み、また丁度さっきのような風になりました。銀河の、かたちもなく音もない水にかこまれて、ほんとうにその黒い測候所が、睡ねむっているように、しずかによこたわったのです。
</p>
宮沢賢治 銀河鉄道の夜より引用
</blockquote>
              
            
!

CSS

              
                blockquote{
  background:#eee;
  color:#333;
  padding:20px;
}
              
            
!

JS

              
                
              
            
!
999px

Console