Skip to content

Instantly share code, notes, and snippets.

@planetoftheweb
Created November 1, 2012 15:26
Show Gist options
  • Select an option

  • Save planetoftheweb/3994321 to your computer and use it in GitHub Desktop.

Select an option

Save planetoftheweb/3994321 to your computer and use it in GitHub Desktop.
Adjustments to bootstrap template for our carshow section
.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