HTML and CSS Reference
In-Depth Information
Create the stylesheet code for that content styling in
your style.css.
It should look like this one:
#albums li p.content {
font:normal bold 18px/21px “Marvel”, Arial, sans-serif;
text-align:center;
padding:20px 0;
margin:0;
}
#albums li p.content a {
color:#367d8d;
}
#albums li p.content a:hover {
color:#999;
}
Aside from the padding:20px 0; property, used to do
the space around the top and bottom parts of the
text, everything seems pretty straight forward:
• font styling;
• color changed for the links;
• disabled the default bottom margin for the
paragraph.
 
Search WWH ::




Custom Search