Web Design with HTML and CSS

(National Geographic (Little) Kids) #1

150


A brief history of layout techniques on the web

Web Design with HTML and CSS Digital Classroom

Save the fi le and preview it in your browser. The entire masthead div now has a white
background color, and this overrides the background color of the wrap div.

Your masthead section now has a logo and a background color.

10 The navigation section will require some more advanced work later in this lesson. For
now, you will set a few basic style rules in order to defi ne this section on the page. Add
the following rules below your rules for #masthead:
#mainnav {
background-color:#C2C895;
height:40px;
}
Save your page and preview it in the browser.

Your mainnav section with a background color and defi ned height.
Free download pdf