Skip to content

Instantly share code, notes, and snippets.

@spddl
Created March 26, 2017 18:15
Show Gist options
  • Save spddl/90c97d163360613c88adc377917fc4ba to your computer and use it in GitHub Desktop.
Save spddl/90c97d163360613c88adc377917fc4ba to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>background-color</title>
<style>
.container-grun {
background-color: green;
}
</style>
</head>
<body>
<h1>Hintergrundfarben festlegen</h1>
<p class="container-grun">Dieses Beispiel demonstriert die Wirkung der Eigenschaft <code>background-color</code>.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment