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

              
                <head>
  <style>
    .orange {
      color: green;
      font-weight: bold;
    }
  </style>
</head>
<body>
   <p>The early morning sun cast a warm, <span class="orange">orange</span> glow across the horizon, slowly dispelling the remnants of night. As the light filtered through the windows, it illuminated the <span class="orange">orange</span> walls of the kitchen, giving the room a cozy, welcoming atmosphere. On the counter, a basket overflowed with fresh fruit, including a particularly vibrant <span class="orange">orange</span> that seemed to catch the light just right, making it shine like a small sun in the middle of the room.</p>
  <p>In the fall, the leaves on the trees transform from green to a spectacular array of colors, including shades of <span class="orange">orange</span> that range from deep amber to bright tangerine. Walking through the park, one could see children eagerly collecting <span class="orange">orange</span> leaves to make art projects, their laughter filling the crisp autumn air. Nearby, a vendor sold <span class="orange">orange</span> pumpkins, perfect for carving into jack-o'-lanterns or baking into pies, adding to the seasonal charm.</p>
  <p>The fashion show was a burst of creativity, with designers showcasing bold and vibrant colors, but it was the use of <span class="orange">orange</span> that truly stood out. One model strutted down the runway in a striking <span class="orange">orange</span> dress that seemed to flow like liquid fire, catching everyone’s attention. In contrast, another ensemble featured a more subdued <span class="orange">orange</span> scarf, adding just the right pop of color to a neutral outfit. Even the accessories, from <span class="orange">orange</span> handbags to shoes, made a statement, proving that <span class="orange">orange</span> can be both daring and sophisticated.</p>
<body>
              
            
!

CSS

              
                
              
            
!

JS

              
                
              
            
!
999px

Console