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

              
                <section class="odakyu">
  <h2>そうだ<br>小田急<br>乗ろう</h2>
  <p>新宿・南新宿・参宮橋・代々木八幡・代々木上原・東北沢・下北沢・世田谷代田・梅ヶ丘・豪徳寺・経堂・千歳船橋・祖師ヶ谷大蔵・成城学園前・喜多見・狛江・和泉多摩川・登戸・向ヶ丘遊園・生田(神奈川)・読売ランド前・百合ヶ丘・新百合ヶ丘・五月台・栗平・黒川(神奈川)・はるひ野・小田急永山・小田急多摩センター・唐木田・柿生・鶴川・玉川学園前・町田・相模大野・東林間・中央林間・南林間・鶴間・大和(神奈川)・桜ヶ丘・高座渋谷・長後・湘南台・六会日大前・善行・藤沢本町・藤沢・本鵠沼・鵠沼海岸・片瀬江ノ島・小田急相模原・相武台前・座間・海老名・厚木・本厚木・愛甲石田・伊勢原・鶴巻温泉・東海大学前・秦野・渋沢・新松田・開成・栢山・富水・螢田・足柄(神奈川)・小田原</p>
</section>
              
            
!

CSS

              
                html {
  background: #000;
}

.odakyu {
  width: 100%;
  max-width: 800px;
  min-width: 300px;
  margin: 0 auto;
  font-weight: bold;
  font-family: sans-serif;
  line-height: 1.2;
background:#2382f5;
color:  rgba(0,0,0,0);
  -webkit-background-clip: text;
}

.odakyu h2 {
  text-align: center;
  font-size: 100px;
  margin: 0;
  padding: 50px 0;
}

.odakyu p {
  padding: 0 0 100px;
  font-size: 70px;
}

              
            
!

JS

              
                
              
            
!
999px

Console