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

              
                    <div class="wired">
Lorem ipsum dolor sit amet, utinam aeterno no est. Erat graeco legendos ex quo, in per latine accusam. Ad accumsan praesent eum, no mea expetenda constituam, duis essent ceteros ut sea. Id illum offendit incorrupte pro, verear vidisse sea an. Eum adhuc velit an.<br><br>

Et liber consectetuer sed, ex viderer efficiendi dissentiet cum. Cu cum ridens labores expetenda, an mei eripuit deserunt. Rationibus vituperata at sea. <a href="#">Eu quo rebum iuvaret recusabo </a>. Has sonet diceret denique ei, mei an magna habeo omnes. Salutandi conclusionemque pro in.<br><br>

Diam soleat quo ne, omnesque intellegat at nec. Eum melius officiis consectetuer id, in laoreet qualisque vis, oratio facilisi sed te. Ex ius inani urbanitas vulputate, dico laboramus duo no, sed ex postea labore dolorem. Efficiendi signiferumque nam et. Integre feugiat blandit mei te. Clita percipit democritum vis at, no mea odio primis.
    </div>
              
            
!

CSS

              
                .wired {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  text-align: left;
  font-family: serif;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

.wired a {
  border-bottom: 3px solid #b4e7f8;
  box-shadow: inset 0 -5px 0 #b4e7f8;
  color: #000;
  text-decoration: none;
  background: none;
  transition: all 300ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
}

.wired a:hover {
  background: #b4e7f8;
}
              
            
!

JS

              
                
              
            
!
999px

Console