Skip to content

Instantly share code, notes, and snippets.

@hanleybrand
Created May 16, 2013 15:15
Show Gist options
  • Save hanleybrand/5592477 to your computer and use it in GitHub Desktop.
Save hanleybrand/5592477 to your computer and use it in GitHub Desktop.
made with http://www.gridlover.net Heading 1 Font size 68px 3 on the scale Line height 72px One line is 24px, with 3 lines lines total Margin before 24px 1 lines Margin after 48x 2 lines Heading 2 Font size 42px 2 on the scale Line height 48px One line is 24px, with 2 lines lines total Margin before 48px 2 lines Margin after 24px 1 lines Heading…
body {
font-size: 16px;
line-height: 24px;
}
article {
max-width: 944px;
margin: auto;
}
h1 {
font-size: 68px;
line-height: 72px;
margin-top: 24px;
margin-bottom: 48px;
}
h2 {
font-size: 42px;
line-height: 48px;
margin-top: 48px;
margin-bottom: 24px;
}
h3 {
font-size: 26px;
line-height: 48px;
margin-top: 24px;
margin-bottom: 0px;
}
p, ul {
margin-top: 0px;
margin-bottom: 24px;
}
small, aside {
font-size: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment