Skip to content

Instantly share code, notes, and snippets.

Created March 30, 2016 15:11
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 anonymous/01a34834b36590e989a5452111a49a94 to your computer and use it in GitHub Desktop.
Save anonymous/01a34834b36590e989a5452111a49a94 to your computer and use it in GitHub Desktop.
/* ==================================================================== */
/* === Normalize ====================================================== */
/* ==================================================================== */
html, body {
margin: 0;
padding: 0;
outline: 0;
border: 0;
}
article, aside, details, figcaption, figure, footer,
header, hgroup, main, menu, nav, section, summary {
display: block;
}
img {
vertical-align: middle;
}
/* ==================================================================== */
/* === Global ========================================================= */
/* ==================================================================== */
body {
font-size: 16px;
font-weight: 300;
font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 1.42857143;
letter-spacing: 0.01em;
background-color: #fff;
color: #333;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.wrapper {
max-width: 1200px;
padding: 0 15px;
margin: 0 auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment