HTML and CSS Reference
In-Depth Information
Start with the article.
The title and the paragraphs are simple and straight
to the point to implement in your CSS:
#hello div.article h2 {
font:normal 25px/33px “Marvel”, Arial, sans-serif; /* set the custom font */
}
#hello div.article p {
font:normal 14px/23px Arial, sans-serif; /* set the font and size */
color:#777; /* change the default color */
}
Update your index.html with some dummy content
for the h2 tag and p tags.
The next paragraph after the article is made out of
the three buttons, the custom ones.
You already analyzed the buttons in Chapter 1 and
cropped their background.
It's time to implement them.
 
Search WWH ::




Custom Search