HTML and CSS Reference
In-Depth Information
Here's what tags needs to be styled for the content:
• the h6 tags: the title of a column;
• the p tags: the paragraph with links;
• the a tags: the links;
• the :hover states of the links.
#footer ul li h6 {
font:normal 24px/29px “Marvel”, Arial, sans-serif;
text-shadow:0 1px 0 #FFF;
text-transform:uppercase;
margin:0 0 5px 0;
color:#666;
}
#footer ul li p {
font:normal 18px/24px “Marvel”, Arial, sans-serif;
color:#656565;
margin:0;
}
#footer ul li p a {
text-decoration:none;
color:#656565;
}
#footer ul li p a:hover {
text-decoration:underline;
color:#898989;
}
Save your index.html and style.css .
 
Search WWH ::




Custom Search