Team:UNITN-Trento/CSS/Project pages
From 2013.igem.org
(Difference between revisions)
Line 9: | Line 9: | ||
#tn-content .subtitle { | #tn-content .subtitle { | ||
font-weight: bold; | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | #tn-content .quote { | ||
+ | font-size: 0.8em; | ||
+ | font-style: italic; | ||
} | } |
Revision as of 09:05, 20 August 2013
@import url(http://fonts.googleapis.com/css?family=Boogaloo);
- tn-content h1 {
border: none; font-family: 'Boogaloo', cursive; font-size: 2.5em;
}
- tn-content .subtitle {
font-weight: bold;
}
- tn-content .quote {
font-size: 0.8em; font-style: italic;
}