Skip to content

Instantly share code, notes, and snippets.

@andreisoriga
Last active December 28, 2015 07:35
Show Gist options
  • Save andreisoriga/4685721 to your computer and use it in GitHub Desktop.
Save andreisoriga/4685721 to your computer and use it in GitHub Desktop.
css: Start Template
body {
/* background style */
background-color:#f6f6f6;
/* typo style */
font-family: 'Oxygen', arial, sans-serif;
line-height: 18px;
font-size: 13px;
color: #343434;
}
h1, h2, h3, h4 {font-family: 'Oxygen', arial, sans-serif;}
h1{font-size:16px; margin-bottom:10px;}
h2{font-size:17px; margin-bottom:1px;}
h3{font-size:14px; margin-bottom:3px;}
h4{font-size:11px; margin-bottom:3px;}
a:link, a:visited {color:#1570be; text-decoration:none;}
a:hover {text-decoration:underline; color:#1570be;}
p { margin: 5px 0;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment