Created
November 1, 2012 15:17
-
-
Save planetoftheweb/3994257 to your computer and use it in GitHub Desktop.
Header CSS
This file contains hidden or 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
| body { | |
| background: #158D90; | |
| } | |
| header { | |
| font-family: 'Droid Serif', Georgia, serif; | |
| font-size: 1.2em; | |
| padding: 0 10%; | |
| } | |
| header h1 { | |
| font-family: "Lobster two",georgia, serif; | |
| color: #E2E6AC; | |
| } | |
| header p { | |
| margin-bottom: 25px; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment