Skip to content

Instantly share code, notes, and snippets.

@thehenster
Created December 8, 2016 13:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thehenster/efa7c404e0565c008b90977235282d64 to your computer and use it in GitHub Desktop.
Save thehenster/efa7c404e0565c008b90977235282d64 to your computer and use it in GitHub Desktop.
@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