Created
December 8, 2016 13:14
-
-
Save thehenster/efa7c404e0565c008b90977235282d64 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
@charset "utf-8"; | |
@import "normalize"; | |
html { | |
font-size: 62.5%; | |
} | |
body { | |
font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif; | |
font-size: 2rem; | |
line-height: 1.5; | |
background-color: #FFFFE5; | |
color: #0A0A0A; | |
} | |
header, main { | |
max-width: 1020px; | |
margin-left: auto; | |
margin-right: auto; | |
padding: 0px 15px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment