Skip to content

Instantly share code, notes, and snippets.

@smbriones
Last active September 17, 2016 20:28
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 smbriones/5d2215b9650ce208a3246df9bfa11fd7 to your computer and use it in GitHub Desktop.
Save smbriones/5d2215b9650ce208a3246df9bfa11fd7 to your computer and use it in GitHub Desktop.
body { font-size: 62.5%; }
h1 { font-size: 2.4em; } /* =24px */
p { font-size: 1.4em; } /* =14px */
li { font-size: 1.4em; } /* =14px? */
...
<li>About /* 1.4em (14px) */
<ul> /* x */
<li>Team</li> 1.4em /* 1.4em (14px) = 20px */
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment