HTML and CSS Reference
In-Depth Information
}
.pop-item {
padding-bottom: 20px;
float: left;
width: 250px;
text-transform: uppercase;
font-size: 18px;
}
.pop-item a {
color: #544a40;
}
Once again we're utilizing the text-transform property, and we've defined specific font sizes.
Now this section should look like Figure 4.11 .
Figure 4.11. The “Most Popular” section in our sidebar now has the look we want
 
Search WWH ::




Custom Search