Created
January 27, 2017 14:49
-
-
Save anonymous/825f7924f78eb62b75b36bcd4bdb2a08 to your computer and use it in GitHub Desktop.
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
h1 { | |
font-size: 48px; | |
font-size: 3rem; | |
} | |
h2 { | |
font-size: 44px; | |
font-size: 2.75rem; | |
} | |
h3 { | |
font-size: 36px; | |
font-size: 2.25rem; | |
} | |
h4 { | |
font-size: 32px; | |
font-size: 2rem; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment