Skip to content

Instantly share code, notes, and snippets.

@smbriones
Created September 17, 2016 20:36
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/d09f1fa5d5b45b689674fe598cfb425a to your computer and use it in GitHub Desktop.
Save smbriones/d09f1fa5d5b45b689674fe598cfb425a to your computer and use it in GitHub Desktop.
html { font-size: 62.5%; }
body { font-size: 1.4rem; } /* =14px */
h1 { font-size: 2.4rem; } /* =24px */
...
<html>
<body>
<h1>Team</h1> /* 2.4em / 24px */
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment