HTML and CSS Reference
In-Depth Information
Figure 7-14. The unstyled active attendee view
Implementing the CSS
First, add the font styles for questions and the heading by inserting the following code before the first footer rule in the
“Basic Font Styles” section of main.css :.
section header h2 {
font-size: 1.5em;
line-height: 1.125em;
letter-spacing: -.06em;
}
#questions li {
font-size: 1.33em;
letter-spacing: .1em;
}
 
Search WWH ::




Custom Search