Skip to content

Instantly share code, notes, and snippets.

@davidyeiser
Last active December 16, 2015 15:19
Show Gist options
  • Save davidyeiser/5454907 to your computer and use it in GitHub Desktop.
Save davidyeiser/5454907 to your computer and use it in GitHub Desktop.
Object Oriented CSS good example
.subhead {
padding: 20px 0 10px 0;
font-family: Georgia, serif;
font-style: italic;
}
.subhead-major {
letter-spacing: 1px;
text-transform: uppercase;
color: #00f;
}
.subhead-minor {
color: #999
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment