Skip to content

Instantly share code, notes, and snippets.

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 aligator28/ceed5e6f9a76a4d6310d8be2bb079e1e to your computer and use it in GitHub Desktop.
Save aligator28/ceed5e6f9a76a4d6310d8be2bb079e1e to your computer and use it in GitHub Desktop.
html {
font-size: 62.5%;
/* 62.5% of the base size of 16px = 10px./
}
body {
font-size: 1.6rem;
/ reset 10*1.6 = 16px, to make sure you do not get any 10px around /
}
.someClass {
font-size: 2.4rem;
/ 10*2.4 = 24px */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment