Created
February 21, 2012 22:17
-
-
Save laustdeleuran/1879399 to your computer and use it in GitHub Desktop.
Jonathan Snook og Snook.cas first REM example
This file contains 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%; } | |
body { font-size: 1.4rem; } /* =14px */ | |
h1 { font-size: 2.4rem; } /* =24px */ | |
/* From http://snook.ca/archives/html_and_css/font-size-with-rem */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment