Skip to content

Instantly share code, notes, and snippets.

@hodadgists
Created June 11, 2013 18:07
Show Gist options
  • Save hodadgists/5759261 to your computer and use it in GitHub Desktop.
Save hodadgists/5759261 to your computer and use it in GitHub Desktop.
CSS: Default H1-H5 Headers
h1,h2,h3,h4,h5{
color: #005a9c;
}
h1{
font-size: 2.6em;
line-height: 2.45em;
}
h2{
font-size: 2.1em;
line-height: 1.9em;
}
h3{
font-size: 1.8em;
line-height: 1.65em;
}
h4{
font-size: 1.65em;
line-height: 1.4em;
}
h5{
font-size: 1.4em;
line-height: 1.25em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment