Skip to content

Instantly share code, notes, and snippets.

@marcosrivasr
Created February 5, 2011 17:57
Show Gist options
  • Save marcosrivasr/812636 to your computer and use it in GitHub Desktop.
Save marcosrivasr/812636 to your computer and use it in GitHub Desktop.
@charset "utf-8";
#container {
width: 520px;
font: 11px Arial, Helvetica, sans-serif;
color: #000;
}
#container p { font-family: Arial, Helvetica, sans-serif; }
a img { border: none; }
.nospace { display: block; }
.image { margin: 0 auto; }
h2 {
font-size: 1.6em;
font-weight: bold;
color: #ff9200;
font-family: Georgia, Arial, Helvetica, san-serif;
}
strong {
color: #ff9200;
font-weight: bold;
}
em { font-style: italic; }
#service-areas {
background-color: #000000;
padding: 20px 57px 97px 17px;
}
#service-area-links {
margin: -102px 0 0 0;
height: 1%;
}
.service-area {
float: left;
margin: 0 7px;
display: inline;
}
.service-area p { font-size: 1.25em; }
.service-area p a {
color: #ff9200;
text-decoration: underline;
}
.service-area p a:hover { text-decoration: underline; }
#service-areas p { color: #ffffff; font-size: 1.5em; }
#testimonials p, #awards p { font-size: 1.2em; }
#testimonials em {display: block; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment