HTML and CSS Reference
In-Depth Information
If you look at the guarantee paragraph as it's supposed to look in its final form, it has an
italic, serif font, a greater line height than the rest of the page, and (if you're looking really
close) gray text. Write the CSS below to set the line height to 1.9em, the font style to italic,
the color to #444444, and the font family to Georgia, “Times New Roman”, Times, serif.
Here's the solution…did you test it?
.guarantee {
line-height: 1.9em;
font-style: italic;
font-family: Georgia, "Times New Roman", Times, serif;
color: #444444;
border-color: black;
border-width: 1px;
border-style: solid;
background-color: #a7cece;
padding: 25px;
margin: 30px;
}
I ncrease d line h eight
Gra y color gives t he
tex t a sof ter loo k.
Search WWH ::




Custom Search