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

              
                <figure lang="de">
	<audio
		controls=""
		src="https://upload.wikimedia.org/wikipedia/commons/f/f3/Anthem_of_Europe_%28US_Navy_instrumental_short_version%29.ogg"
	>
		<a href="https://upload.wikimedia.org/wikipedia/commons/f/f3/Anthem_of_Europe_%28US_Navy_instrumental_short_version%29.ogg">Listen</a>
	</audio>
	<figcaption lang="en">
		Die Europahymne, basierended auf dem letzten Satz („Ode an die Freude“) von Beethovens 9.&nbsp;Symphonie, komponiert in Jahre 1823. Gespielt von der United States Navy Band.
	</figcaption>
	<footer>
		Quelle:
		<a href="https://en.wikipedia.org/wiki/File:Anthem_of_Europe_(US_Navy_instrumental_short_version).ogg">Wikimedia Commons</a>
	</footer>
	<details>
		<summary>Weitere Informationen</summary>
		<p>Der Europarat nahm am 19. Januar 1972 die Melodie als eigene Hymne an und beauftragte den Dirigenten Herbert von Karajan mit dem Arrangement dreier Versionen: einer Solopiano-Version sowie je einer Orchester-Fassung für Blas- und für Sinfonieorchester. 1985 wurde die Instrumentalversion auf Vorschlag des Adonnino-Ausschusses von den Staats- und Regierungschefs der Europäischen Gemeinschaften als offizielle Hymne der EG angenommen. Sie ersetzt nicht die Nationalhymnen der Mitgliedstaaten, sondern ist Ausdruck der Werte – Freiheit, Frieden und Solidarität –, die alle Mitglieder teilen, sowie Ausdruck für die Einheit Europas in der Vielfalt.</p>
		<p>Um keine europäische Sprache zu bevorzugen, und wegen der symbolischen Universalität der Musik ist die Europahymne nicht die Chorfassung Beethovens mit dem deutschen Text Friedrich Schillers („Freude, schöner Götterfunken …“), die Graf Coudenhove-Kalergi, der Gründer der Paneuropa-Union, 1955 als Europäische Hymne vorgeschlagen hatte, sondern ein reines Instrumental-Arrangement. Der zuständige Unterausschuss des Europarats wies zudem darauf hin, dass Schillers Text gar kein europäisches Glaubensbekenntnis darstelle, sondern ein allgemein menschliches.</p>
		<footer>
			Quelle:
			<a href="https://de.wikipedia.org/wiki/Europahymne">Wikipedia</a>
		</footer>
	</details>
</figure>
              
            
!

CSS

              
                * { box-sizing: border-box }

figure {
	font: 1.25em/1.4 Georgia, serif;
	max-width: 36em;
	margin: 1em 1em 2em;
}

figcaption, footer {
	max-width: 23em;
	font: 0.9em/1.2 Calibri, sans-serif;
}

details {
	margin-top: 2em;
}
              
            
!

JS

              
                
              
            
!
999px

Console