Created
November 1, 2012 15:26
-
-
Save planetoftheweb/3994321 to your computer and use it in GitHub Desktop.
Adjustments to bootstrap template for our carshow section
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
| .carshow { | |
| font-family: 'Droid Serif', Georgia, serif; | |
| } | |
| .carshow h2 { | |
| font-family: "Lobster two"; | |
| font-weight: normal; | |
| color: white; | |
| margin: 0; | |
| padding: 0; | |
| padding-top: 10px; | |
| color: #E2E6AC; | |
| font-size: 1.9em; | |
| height: 30px; | |
| } | |
| .carshow h3 { | |
| font-size: 1.2em; | |
| margin: 0; | |
| padding: 0; | |
| color: #712525; | |
| height: auto; | |
| } | |
| .carshow p { | |
| font-size: 1.2em; | |
| line-height: 1.5em; | |
| } | |
| .carshow img { | |
| border: 5px solid #FFF; | |
| -webkit-box-shadow: 5px 5px 10px #002624; | |
| -moz-box-shadow: 5px 5px 10px #002624; | |
| box-shadow: 5px 5px 10px #002624; | |
| margin-top: 20px; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment