Created
February 27, 2023 16:22
-
-
Save aligator28/ceed5e6f9a76a4d6310d8be2bb079e1e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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