puts everything in a container <div> which holds least two <div>s using either position: or float: (see examples on Feb. 15 page) (Note this is a revision - 2/22)
has an embedded style sheet that:
sets the body background color and a default font with the body selector
creates styles for h1, h2, h3 and paragraphs that set the size and color
creates a class for one paragraph that changes the font color, family and adds line-height
makes classes for one or two words that are italic and bold using <span>
makes a link that is styled using pseudoclasses so that there is a mouseover (a:hover) effect
makes a CSS e-mail "button" with border, padding, no text-decoration
See HTML, XHTML & CSS chapters 7-10, or use the links from the Feb. 8 and Feb. 15 pages for learning the code.
Due: Thursday, Mar. 3. E-mail me the file and any images or other files you added.