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

              
                <section>
			<article>
				<!-- Nouveautés - 3 photos avec lien vers son article --> 
				<div id="lesnews">					
					<div id="left"><a href="articlesandroxreebok.html"><img id="imgleft" src="sandroxreebok.jpg" alt="Image tirée de la collaboration Sandro et Reebok" title="Collection A/W 2015 : Sandro x Reebok">
					</a>
					<p>Une collaboration réussie pour une collection capsule qui nous propose de revisiter le streetwear chic et sporty. On retrouve dans cette collab' toute l'intelligence de la marque qui amorce son virage au meilleur moment afin de ....<a href="articlesandroxreebok.html">Lire la suite...</a>
					</p></div>
					<div id="mid"><a href="articlestylehiver.html"><img id="imgmid" src="sswinter.jpg" alt="Image tirée du lookbok A/W 2015 Scotch and Soda" title="Scotch and Soda A/W 2015 : La superposition à l'honneur">
					</a>
					<p>
						Comme toujours, Scotch and Soda nous habitue à une avalanche de looks au travers de sa collection bien fournie. Pour s'y retrouver parmis tous les articles et ne pas louper les meilleurs, c'est par ici...<a href="articlestylehiver.html">Lire la suite...</a>
					</p></div>					
					<div id="right"><a href="articleparfum.html"><img id="imgright" src="parfum.jpg" alt="Bâtonnets d'encens incandescents" title="Senteurs">
					</a>
					<p>
						Car un homme sent bon, ne négligez pas le choix de votre parfum...Cet hiver, ne sentez pas le sapin ! <a href="articleparfum">Lire la suite...</a>
					</p></div>	
				</div>				
			</article>
</section>
              
            
!

CSS

              
                
#lesnews img {
	width:300px;
	height:300px;
}

#lesnews div {
	width:300px;
  vertical-align:top;
  display:inline-block;
}

              
            
!

JS

              
                
              
            
!
999px
What do you call a two-legged ghost cow? Boolean Beef.

Console