Skip to content

Instantly share code, notes, and snippets.

@smokeyfro
Created October 27, 2012 13:06
Show Gist options
  • Save smokeyfro/3964564 to your computer and use it in GitHub Desktop.
Save smokeyfro/3964564 to your computer and use it in GitHub Desktop.
Features Block - Duke Admissions Custom CSS
/* Duke Admissions Example - Part 1 */
.hwr-features-1 .hwr-feature-title span{
display: block;
width: 64px;
height: 64px;
margin: 0 auto 10px auto;
}
.hwr-features-1 li.color1 h2 span {
background: #0D2E62;
}
.hwr-features-1 li.color2 h2 span {
background: #80950E;
}
.hwr-features-1 li.color3 h2 span {
background: #DC8203;
}
/* Duke Admissions Example - Part 2 */
.hwr-features-2 {
background: url(/tuts/duke/wp-content/demo/bg-green-pattern.png) repeat;
}
.hwr-features-2 .hwr-feature-description {
margin: 0;
}
/* Duke Admissions Example - Part 3 */
.hwr-features-3 .hwr-feature-title strong{
display: block;
font-size: 70px;
line-height: 100%;
color: #111;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment