HTML and CSS Reference
In-Depth Information
Figure 12.24
Revised Pasha the
Painter navigation
3. Configure CSS. Before you create the Store page (store.html) you will add two
new style rules to your painter.css external style sheet. Configure a class named
clearright which will be used to clear a right float. Configure a new style rule
to add 30 pixels of padding to the bottom of each form:
The style rules follow:
.clearright { clear: right; }
form { padding-bottom: 30px; }
4. Now you are ready to create the Store page. Figure 12.25 shows a sample of the
completed page.
Figure 12.25
Pasha the Painter
store.html
Search WWH ::




Custom Search