HTML and CSS Reference
In-Depth Information
Figure 2.3. The two-column area of RecipeFinder
Let's add some layout styles to that section of code, so we can get things started:
.main {
width: 1020px;
margin: 0 auto;
}
Search WWH ::




Custom Search