Last active
August 29, 2015 14:20
-
-
Save opi/9f3807679f63f299fe28 to your computer and use it in GitHub Desktop.
Font size
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
body { | |
font-size: 62.5%; /* font-size 1em = 10px */ | |
} | |
p { | |
font-size: 1.6em; /* 1.6em = 16px */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment