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 class="container">
  <img src="http://placekitten.com/200/200" alt="kitten" class="kitten-left">
  Cred paleo whatever, portland distillery microdosing pabst. Salvia seitan cardigan kinfolk yuccie, chia umami viral blog. Waistcoat tilde next level, tote bag stumptown four loko franzen. Small batch vice swag, offal chia kickstarter helvetica pitchfork. Four loko ramps hella mixtape, typewriter biodiesel echo park kogi tumblr drinking vinegar marfa semiotics. Biodiesel tofu mumblecore pabst wayfarers 90's. Try-hard whatever dreamcatcher YOLO taxidermy butcher, iPhone mixtape waistcoat chillwave. Meh austin synth celiac poutine, tote bag truffaut small batch ugh freegan VHS pabst vice.
  <img src="http://placekitten.com/200/150" alt="cuter kitten" class="kitten-right">
  Cornhole schlitz master cleanse, fap flannel plaid you probably haven't heard of them flexitarian tousled echo park fanny pack viral. Bushwick paleo pour-over, schlitz cred 3 wolf moon try-hard flexitarian chartreuse sustainable vegan beard. Asymmetrical pabst tumblr neutra helvetica. Kombucha tattooed celiac aesthetic four dollar toast single-origin coffee. Beard church-key craft beer, gluten-free knausgaard celiac poutine williamsburg occupy kogi. Drinking vinegar narwhal neutra art party, banh mi chia raw denim butcher.
</p>
              
            
!

CSS

              
                .container {
  width: 600px;  
}

.kitten-left {
  float: left;
}

.kitten-right {
  float: right;
}
              
            
!

JS

              
                
              
            
!
999px

Console