Skip to content

Instantly share code, notes, and snippets.

@AlphaGit
Last active December 18, 2015 00:09
Show Gist options
  • Save AlphaGit/5694899 to your computer and use it in GitHub Desktop.
Save AlphaGit/5694899 to your computer and use it in GitHub Desktop.
rem vs em: rem
html { font-size: 18px; }
p { font-size: 0.8rem; }
p small { font-size: 0.5rem; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment