Skip to content

Instantly share code, notes, and snippets.

@oneblackcrayon
Created April 12, 2012 18:57
Show Gist options
  • Save oneblackcrayon/2370088 to your computer and use it in GitHub Desktop.
Save oneblackcrayon/2370088 to your computer and use it in GitHub Desktop.
My CSS styling
This is how I write my CSS:
.class {
background: #FFF;
color: #383838;
display: block;
font: 12px/18px 'HelveticaNeue', sans-serif;
margin: 0 auto;
padding: 20px;
position: relative;
text-align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment