HTML and CSS Reference
In-Depth Information
Figure 1.2. The RecipeFinder website with colors indicating how we'll divide up the layout
We'll introduce the different parts of the HTML as we go along. For now, here's a bare skel-
eton CSS framework that we'll use:
a:link, a:visited {
}
a:hover {
}
h1 {
}
h2 {
}
body > header {
}
nav ul {
}
.promo {
}
.main {
}
.latest {
}
.media {
}
.media img {
}
.sidebar {
}
 
Search WWH ::




Custom Search