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

              
                <!-- HERO SECTION -->
<div class="row">
	<div class="col s12">
    <h1 class="center-align blue-text">Welcome to our page</h1>
    <p class="center-align ">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor.</p>
    <p class="center-align"><img class="responsive-img" src="https://cdn.brainier.com/002/wizzy/51893535-DCBE-C701-9B92E0A7636F5308.jpg" /></p>
  </div>
</div>
<!-- END HERO -->
<!-- 3-COL SECTION -->
<div class="row">
	<div class="col s12 l4">
		<p class="center-align orange-text"><i class="material-icons large">sentiment_very_satisfied</i>
		</p>
		<h3 class="center-align orange-text">Subheading</h3>
		<p class="center-align">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
		</p>
	</div>
	<div class="col s12 l4">
		<p class="center-align blue-text"><i class="material-icons large">cloud_circle</i>
		</p>
		<h3 class="center-align blue-text">Subheading</h3>
		<p class="center-align">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
		</p>
	</div>
	<div class="col s12 l4">
		<p class="center-align green-text"><i class="material-icons large">add_circle</i>
		</p>
		<h3 class="center-align green-text">Subheading</h3>
		<p class="center-align">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
		</p>
	</div>
</div>
<!-- END 3-COL -->

<!-- CTA SECTION -->
<div class="section blue">
	<div class="row">
		<div class="col s12 l4 center-align">
			<img class="circle responsive-img" src="https://cdn.brainier.com/002/wizzy/51AAF561-E340-C710-CDD2936DD7B6885E.jpg">
		</div>
		<div class="col s12 l8">
			<h2 class="white-text">Lorem ipsum dolor sit amet, consetetur sadipscing elitr.</h2>
			<p class="white-text">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
			</p>
			<p><a class="btn blue darken-2" href="http://google.com">Learn more</a>
			</p>
		</div>
	</div>
</div>
<!-- END CTA -->
              
            
!

CSS

              
                
              
            
!

JS

              
                
              
            
!
999px

Console