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.

Details

Privacy

Go PRO Window blinds lowered to protect code. Code Editor with window blinds (raised) and a light blub turned on.

Keep it secret; keep it safe.

Private Pens are hidden everywhere on CodePen, except to you. You can still share them and other people can see them, they just can't find them through searching or browsing.

Upgrade to PRO

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.

Template

Make Template?

Templates are Pens that can be used to start other Pens quickly from the create menu. The new Pen will copy all the code and settings from the template and make a new Pen (that is not a fork). You can view all of your templates, or learn more in the documentation.

Template URL

Any Pen can act as a template (even if you don't flip the toggle above) with a special URL you can use yourself or share with others. Here's this Pen's template URL:

Screenshot

Screenshot or Custom Thumbnail

Screenshots of Pens are shown in mobile browsers, RSS feeds, to users who chose images instead of iframes, and in social media sharing.

This Pen is using the default Screenshot, generated by CodePen. Upgrade to PRO to upload your own thumbnail that will be displayed on previews of this pen throughout the site and when sharing to social media.

Upgrade to PRO

HTML

              
                <html>
    <head>
	  <meta charset="utf-8">
	  <title>Missing Manual Practice</title>
	  <link rel="stylesheet" href="css/normalize.css">
	  <link rel="stylesheet" href="css/style.css">
	</head>
	<body>
	  <div class="wrapper">
	    <header>
		  <h1>Welcome To The Site</h1>
		  <nav class="nav">
		    <ul>
			  <li><a href="#">Home</a></li>
			  <li><a href="#">About Us</a></li>
			  <li><a href="#">Contact Us</a></li>
			</ul>
		  </nav>
		</header>
		<aside class="floatLeft">
		  <h3>Various Links</h3>
        <div class="leftLinks">
          <a href="https://twitter.com/guilh" target="_blank">Guil "Captain CSS" Hernandez</a>
          <a href="https://twitter.com/nickrp" target="_blank">Nick "The Oculus Bandit" Pettit</a>
          <a href="https://twitter.com/zgordon" target="_blank">Zac "The Wordpress Zen Master" Gordon</a>
          <a href="https://twitter.com/chalkers" target="_blank">Andrew "The Doctor Who" Chalkley</a>
          <a href="http://www.reddit.com/r/wwenetwork/" target="_blank">WWE Network</a>
          <a href="http://validator.w3.org/" target="_blank">W3C Validator</a>
          <a href="http://www.wrestlezone.com/" target="_blank">Wrestlezone</a>
        </div>
		</aside>
		<aside class="floatRight">
		  <h3>NOTES</h3> 
		    <p>
			  Lorem ipsum dolor sit amet, consectetur adipiscing elit. Non est ista, inquam, Piso, magna dissensio. Conferam tecum, quam cuique verso rem subicias; Quod autem principium officii quaerunt, melius quam Pyrrho; Nam, ut sint illa vendibiliora, haec uberiora certe sunt. Aperiendum est igitur, quid sit voluptas; Erat enim Polemonis. Tum Piso: Quoniam igitur aliquid omnes, quid Lucius noster? Duo Reges: constructio interrete
			</p>
			<p>
			  Lorem ipsum dolor sit amet, consectetur adipiscing elit. Non est ista, inquam, Piso, magna dissensio. Conferam tecum, quam cuique verso rem subicias; Quod autem principium officii quaerunt, melius quam Pyrrho; Nam, ut sint illa vendibiliora, haec uberiora certe sunt. Aperiendum est igitur, quid sit voluptas; Erat enim Polemonis. Tum Piso: Quoniam igitur aliquid omnes, quid Lucius noster? Duo Reges: constructio interrete
			</p>
		</aside>
		<div class="main-content">
		  <h1>This Is Awesome</h1>
		  <p>
		    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Hic Speusippus, hic Xenocrates, hic eius auditor Polemo, cuius illa ipsa sessio fuit, quam videmus. Nam, ut saepe iam dixi, in infirma aetate inbecillaque mente vis naturae quasi per caliginem cernitur; Mihi quidem Homerus huius modi quiddam vidisse videatur in iis, quae de Sirenum cantibus finxerit. Ergo id est convenienter naturae vivere, a natura discedere. Hic nihil fuit, quod quaereremus. Duo Reges: constructio interrete. Huic ego, si negaret quicquam interesse ad beate vivendum quali uteretur victu, concederem, laudarem etiam; Inquit, respondet: Quia, nisi quod honestum est, nullum est aliud bonum! Non quaero iam verumne sit; 
		  </p>
		  <p>
		    Eiuro, inquit adridens, iniquum, hac quidem de re; Quamquam te quidem video minime esse deterritum. Et quod est munus, quod opus sapientiae? Qui enim voluptatem ipsam contemnunt, iis licet dicere se acupenserem maenae non anteponere. Tollitur beneficium, tollitur gratia, quae sunt vincla concordiae. Et hunc idem dico, inquieta sed ad virtutes et ad vitia nihil interesse. Restincta enim sitis stabilitatem voluptatis habet, inquit, illa autem voluptas ipsius restinctionis in motu est. Scio enim esse quosdam, qui quavis lingua philosophari possint; In his igitur partibus duabus nihil erat, quod Zeno commutare gestiret. Sit hoc ultimum bonorum, quod nunc a me defenditur; Quo modo? Sunt enim prima elementa naturae, quibus auctis vírtutis quasi germen efficitur. 
		  </p>
		</div>
		<footer>
		
		</footer>
	  </div>
	</body>
  </html>​
              
            
!

CSS

              
                /******************************
Setting the box size rule
*******************************/

*, *:before, *:after {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}

/******************************
Setting the width of the page
*******************************/

.wrapper {
  max-width: 57%;
  margin: 0 auto;
}

/************************
Styling the header section
**************************/

header {
  background: #D1FF75;
}

/************************
Styling the h1 header
************************/

header h1 {
  margin-top: 0;
  text-align: center;
  padding: .5em;
}

/*******************************
Styling the navigation section
*******************************/

.nav {
  background: #A7CC5E;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.nav li {
  display: inline;
}

.nav a {
  display: inline-block;
  padding: 1em;
  text-decoration: none;
}

/****************************
Styling the nav pseudo classes
******************************/

.nav a:link {
  color: black;
}

.nav a:visited {
  color: purple;
}

.nav a:hover {
  color: white;
}

.nav a:active {
  color: steelblue;
}

/*******************************
Styling the aside .floatRight
********************************/

.floatLeft {
  float: left;
  width: 20%;
}

.leftLinks a {
  margin-bottom: 10px;
  display: block;
}
























​
              
            
!

JS

              
                
              
            
!
999px
Why did the programmer quit her job? She didn't get arrays.

Console