Last active
August 29, 2015 14:27
-
-
Save benweiser/1c3003f68f3e6bac35d4 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
body { | |
/* 16px is browser default */ | |
font-size:16px; | |
font-size:1rem; | |
/* Always use off-black */ | |
color: #333; | |
} | |
h1,h2,h3,h4,h5,h6 { | |
/* Applies to all headers */ | |
font-weight:700; /* make headers bold */ | |
} | |
h1 { | |
} | |
h2 { | |
font-size:48px; | |
} | |
h3 { | |
/* font property for each header should go here */ | |
} | |
h4 { | |
} | |
h5 { | |
} | |
h6 { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment