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

              
                <main lang="de">
	<h1>
		<b>Erstes Kapitel</b>
		In welchem wir Winnie-dem-Pu begegnen und einigen Bienen vorgestellt werden und die Geschichten beginnen
	</h1>
	<p>Hier kommt nun Eduard Bär die Treppe herunter, rumpel-di-pumpel, auf dem Hinterkopf, hinter Christopher Robin. Es ist dies, soweit er weiß, die einzige Art, treppab zu gehen, aber manchmal hat er das Gefühl, als gäbe es in Wirklichkeit noch eine andere Art, wenn er nur mal einen Augenblick lang mit dem Gerumpel aufhören und darüber nachdenken könnte. Und dann hat er das Gefühl, dass es vielleicht keine andere Art gibt. Jedenfalls ist er jetzt unten angekommen und bereit, dir vorgestellt zu werden. Winnie-der-Pu.</p>
</main>
			
              
            
!

CSS

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

html {
	font: 1.2em/1.5 Abril Text, Georgia, serif;
}

body {
	margin: 0;
}

main {
	margin: 1.5em;
	padding: 1.5em;
	max-width: 40em;
	background: hsl(0deg 0% 90%);
}

h1 {
	margin: 0;
	padding: 0.25em 0.5em;
	background: white;
	font: normal 1.6em/1.9 Abril Display, Georgia, serif;
	
	display: inline;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

p {
	margin: 2em 0 0;
}
              
            
!

JS

              
                
              
            
!
999px

Console