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 grey-text">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor.</p>
  </div>
</div>
<!-- END HERO -->
<!-- 4-COL SECTION -->
<!-- ROW 1 -->
<div class="row">
	<div class="col s12 l3">
    <p class="center-align">
     <a href="#!"><img src="https://placehold.it/600x400" alt="" class="responsive-img"></a>
    </p>
		<h4 class="center-align">Subheading</h4>
		<p class="center-align">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy.
		</p>
	</div>
	<div class="col s12 l3">
    <p class="center-align">
      <a href="#!"><img src="https://placehold.it/600x400" alt="" class="responsive-img"></a>
    </p>
		<h4 class="center-align">Subheading</h4>
		<p class="center-align">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy.
		</p>
	</div>
  <div class="col s12 l3">
    <p class="center-align">
      <a href="#!"><img src="https://placehold.it/600x400" alt="" class="responsive-img"></a>
    </p>
		<h4 class="center-align">Subheading</h4>
		<p class="center-align">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy.
		</p>
	</div>
  <div class="col s12 l3">
    <p class="center-align">
      <a href="#!"><img src="https://placehold.it/600x400" alt="" class="responsive-img"></a>
    </p>
		<h4 class="center-align">Subheading</h4>
		<p class="center-align">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy.
		</p>
	</div>
</div>
<!-- END ROW 1 -->
<!-- ROW 2 -->
<div class="row">
	<div class="col s12 l3">
    <p class="center-align">
      <a href="#!"><img src="https://placehold.it/600x400" alt="" class="responsive-img"></a>
    </p>
		<h4 class="center-align">Subheading</h4>
		<p class="center-align">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy.
		</p>
	</div>
	<div class="col s12 l3">
    <p class="center-align">
      <a href="#!"><img src="https://placehold.it/600x400" alt="" class="responsive-img"></a>
    </p>
		<h4 class="center-align">Subheading</h4>
		<p class="center-align">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy.
		</p>
	</div>
  <div class="col s12 l3">
    <p class="center-align">
      <a href="#!"><img src="https://placehold.it/600x400" alt="" class="responsive-img"></a>
    </p>
		<h4 class="center-align">Subheading</h4>
		<p class="center-align">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy.
		</p>
	</div>
  <div class="col s12 l3">
    <p class="center-align">
      <a href="#!"><img src="https://placehold.it/600x400" alt="" class="responsive-img"></a>
    </p>
		<h4 class="center-align">Subheading</h4>
		<p class="center-align">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy.
		</p>
	</div>
</div>
<!-- END ROW 2 -->
<!-- END 4-COL -->

<!-- CTA SECTION -->
<div class="section blue darken-2">
  <div class="row">
    <div class="col s12">
      <h3 class="center-align white-text">Lorem ipsum dolor sit amet</h3>
      <p class="center-align white-text">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy.</p>
      <p class="center-align">
        <a href="#!" class="btn blue darken-4">Learn more</a>
      </p>
    </div>
  </div>
</div>
<!-- END CTA -->
              
            
!

CSS

              
                
              
            
!

JS

              
                
              
            
!
999px

Console