Simple Float Layouts with CSS
Tue, Nov 23, 2010
Objective
Use CSS floats to create a simple floated 2-column layout
Agenda
Create a new file named "float-layout.html"
Add a wrapper, header, maincontent, sidebar, and footer
Set a width for the maincontent and sidebar and make them float to the left and right, respectively
Rubric
| 5 | Create a new file named "float-layout.html" |
| 3 | Float the maincontent and sidebar |
| 2 | Add colors to the different divs |


