Skip to content

Instantly share code, notes, and snippets.

Created January 27, 2017 14:49
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 anonymous/825f7924f78eb62b75b36bcd4bdb2a08 to your computer and use it in GitHub Desktop.
Save anonymous/825f7924f78eb62b75b36bcd4bdb2a08 to your computer and use it in GitHub Desktop.
h1 {
font-size: 48px;
font-size: 3rem;
}
h2 {
font-size: 44px;
font-size: 2.75rem;
}
h3 {
font-size: 36px;
font-size: 2.25rem;
}
h4 {
font-size: 32px;
font-size: 2rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment