Skip to content

Instantly share code, notes, and snippets.

@radarin
Last active October 19, 2017 04:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save radarin/8af62201ea4e7f1feb461d4eeba84715 to your computer and use it in GitHub Desktop.
Save radarin/8af62201ea4e7f1feb461d4eeba84715 to your computer and use it in GitHub Desktop.
CSS in HTML integrieren
<html lang="de">
<head>
<style>
h1 {
background-color: #ffffff;
color: #000000;
}
p {
text-align: center;
color: #aaaaaa;
}
</style>
</head>
...
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment