Skip to content

Instantly share code, notes, and snippets.

@alexmcpherson
Created February 24, 2014 23:22
Show Gist options
  • Save alexmcpherson/9199396 to your computer and use it in GitHub Desktop.
Save alexmcpherson/9199396 to your computer and use it in GitHub Desktop.
Basic CSS example
p {
color: #000000;
font-size: 1.2px;
}
.important {
font-weight: bold;
}
#main {
border: 1px solid #333;
}
#main ul li {
padding-left: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment