Skip to content

Instantly share code, notes, and snippets.

@bigin
Last active August 21, 2016 19:14
Show Gist options
  • Save bigin/f3e904097c54ff8db6610ab38883e838 to your computer and use it in GitHub Desktop.
Save bigin/f3e904097c54ff8db6610ab38883e838 to your computer and use it in GitHub Desktop.
html,body {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
font:inherit;
vertical-align:baseline;
}
body {
text-align: center;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: 300;
line-height: 160%;
}
h1 {
font-size: 2.5em;
font-weight: 300;
}
#main-wrapper {
text-align: left;
width: 100%;
max-width: 900px;
margin: 0 auto;
}
.content-wrapper {
width: 100%;
max-width: 645px;
float: left;
}
.sidebar {
float: left;
width: 100%;
max-width: 230px;
margin-left: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment