Skip to content

Instantly share code, notes, and snippets.

@gregglind
Created April 15, 2011 21:56
Show Gist options
  • Save gregglind/922543 to your computer and use it in GitHub Desktop.
Save gregglind/922543 to your computer and use it in GitHub Desktop.
A simple css stylesheet
body {
width: 500px;
margin-right: auto;
color: #444;
font-family: Helvetica, Arial, Sans Serif;
font-size; 1em;
line-height: 1.4em;
}
h1, h2, h3, h4, h5, h6 {
color: #666;
text-align: left;
}
h1.title{
font-size: 1.2em;
color: white;
background-color: #AAA;
}
h2 {
font-size: 1.1em;
}
.section h1 {
font-size: 1.2 em;
}
.section {
margin: 1cm 0cm;
border: 1px dotted #CCC;
padding: 0px 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment