Last active
December 16, 2015 15:19
-
-
Save davidyeiser/5454898 to your computer and use it in GitHub Desktop.
Object Oriented CSS Example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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