Skip to content

Instantly share code, notes, and snippets.

@radarin
Last active October 19, 2017 07:14
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/2cfb9a13ab4e44ca5d2673e5d4d27fcf to your computer and use it in GitHub Desktop.
Save radarin/2cfb9a13ab4e44ca5d2673e5d4d27fcf to your computer and use it in GitHub Desktop.
Klassen für HTML-Tags
body {
background-color: #FFFFFF;
color: #000000;
font-family:"Trebuchet MS",tahoma,verdana,arial,helvetica;
font-size:13px;
}
h1, h2 {
color: #555555;
}
h1 {
font-size:24px;
}
h2 {
font-size:20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment