Skip to content

Instantly share code, notes, and snippets.

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