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.

Details

Privacy

Go PRO Window blinds lowered to protect code. Code Editor with window blinds (raised) and a light blub turned on.

Keep it secret; keep it safe.

Private Pens are hidden everywhere on CodePen, except to you. You can still share them and other people can see them, they just can't find them through searching or browsing.

Upgrade to PRO

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.

Template

Make Template?

Templates are Pens that can be used to start other Pens quickly from the create menu. The new Pen will copy all the code and settings from the template and make a new Pen (that is not a fork). You can view all of your templates, or learn more in the documentation.

Template URL

Any Pen can act as a template (even if you don't flip the toggle above) with a special URL you can use yourself or share with others. Here's this Pen's template URL:

Screenshot

Screenshot or Custom Thumbnail

Screenshots of Pens are shown in mobile browsers, RSS feeds, to users who chose images instead of iframes, and in social media sharing.

This Pen is using the default Screenshot, generated by CodePen. Upgrade to PRO to upload your own thumbnail that will be displayed on previews of this pen throughout the site and when sharing to social media.

Upgrade to PRO

HTML

              
                <div class="content-rte">
  <h1>Content Title</h1>
  <p>Some paragraph. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent congue enim tellus, non lobortis nibh vehicula at. Sed bibendum nulla non mi vulputate viverra. Integer lacinia augue ac urna rhoncus dapibus. Sed velit libero, sagittis
    sit amet dapibus in, dictum non lectus. Aliquam sit amet purus nec turpis hendrerit eleifend. Donec a justo lectus. Proin arcu sem, varius quis dui ut, consequat fermentum nulla. Nulla facilisi. Vivamus dapibus dictum ligula ac venenatis. Integer
    convallis quam ac lectus ornare, at cursus ipsum tempus. Donec volutpat arcu ac nulla tristique, nec posuere augue tincidunt. Integer id nisl nunc. Vivamus sem lorem, auctor vel hendrerit in, accumsan ac orci. Quisque magna orci, vulputate eget facilisis
    ac, vestibulum ut felis.</p>
  <p></p>
  <p>Suspendisse mattis ac felis sit amet viverra. Phasellus sit amet ex luctus, feugiat metus nec, sollicitudin elit. Pellentesque eu iaculis lorem, vitae vehicula arcu. Vivamus feugiat mi ut metus posuere, eget blandit mauris maximus. Donec vehicula neque
    ac ante semper lacinia. Integer nunc odio, egestas non metus id, sollicitudin consectetur ligula. Vestibulum gravida lectus eu diam pellentesque, non molestie dui venenatis. Nam et quam a orci vestibulum gravida vulputate non libero. Proin tincidunt
    scelerisque porta. Fusce lacinia nisl et augue ornare vehicula.</p>
  
</div>
              
            
!

CSS

              
                .content-rte {
  h1 {
    font-size: 30px;
    line-height: 36px;
    margin: 0;
    padding: 0 0 20px;
  }
  
  p {
    display: block;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    padding: 0 0 20px;
    
    // try commenting this section and see how the spacing between two paragraphs increase
    &:empty {
      display: none;
    }
  }
}
              
            
!

JS

              
                
              
            
!
999px
Learning 3D transforms in CSS requires a little perspective.

Console