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

              
                <p>
    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed blandit quam id metus fringilla fringilla. Nulla vestibulum egestas ipsum, non vulputate nisi. Vestibulum velit metus, elementum in nisi eget, vulputate tristique ante. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Nulla facilisi. Donec ut pretium metus. Mauris sit amet leo neque. Sed commodo felis purus, sit amet mollis dolor tristique non. Phasellus eleifend blandit mauris at cursus. Donec lacinia eget nunc nec porttitor.

  In varius ligula gravida, faucibus urna ut, maximus elit. Curabitur vitae erat vehicula, ultrices nunc vel, fermentum risus. Integer ut accumsan mi, at laoreet justo. Nulla ac libero aliquam, fermentum velit ut, mattis ipsum. Quisque cursus laoreet rutrum. Nam pretium est velit, in tristique purus facilisis quis. Sed nec bibendum ex, vitae gravida risus. Sed gravida viverra urna, sed sagittis nibh posuere quis.

Duis rutrum suscipit ex. Aenean aliquam elit eleifend bibendum scelerisque. Sed ac erat vel dolor venenatis feugiat at in sem. Nam nulla risus, sagittis quis odio eu, euismod tristique sem. Curabitur non consectetur orci, quis gravida justo. In efficitur sem at efficitur faucibus. Aliquam fringilla tempor ligula, vestibulum cursus nisi tincidunt ut. Etiam quis massa vestibulum felis venenatis elementum. Vestibulum dictum condimentum nunc. Proin ac risus sit amet nulla pharetra venenatis. Suspendisse tincidunt dictum eleifend. Nullam at sem sapien. Nulla felis nibh, pretium nec sapien id, porta fermentum magna. Nulla facilisi.

Integer eget bibendum felis. Sed sed tellus ultricies, facilisis libero vitae, hendrerit nisl. Mauris molestie tincidunt augue quis tristique. Nullam mattis ipsum lacus, quis hendrerit orci pulvinar vitae. Duis a orci a velit auctor pharetra nec quis erat. Mauris eu odio non elit porta efficitur. Nulla facilisi. Pellentesque ornare pharetra nisi, eu tristique est vulputate vel. Etiam vestibulum turpis augue, vitae consectetur nulla pharetra ut. Etiam rutrum pulvinar lacus sed auctor. Nullam non turpis ut diam accumsan sagittis. Aliquam velit libero, posuere in egestas sit amet, fringilla id ex. In id quam leo. Sed semper, libero in fermentum lacinia, purus justo sollicitudin lacus, quis auctor purus arcu imperdiet sapien.
</p>
              
            
!

CSS

              
                p {
  column-count: 2;
  column-gap: 50px;
  column-rule: 2px solid purple;
}
              
            
!

JS

              
                
              
            
!
999px

Console