tags | language | type | level |
---|---|---|---|
layout, positioning, float, display, column structure, clearfix, clear, kids |
html, css |
lab |
2 |
You've been hired as a designer to write the code for a shoes website. The company has provided a spec for what the site should look like in MOCKUP.jpg
. You'll want to open up index.html
in the browser to check the changes your making.
Write the necessary CSS in the css/layout.css
file to create classes for the different possible columns to make up a three column grid. One column should take up one-third, another two-thirds, and another all three-thirds. Make use of clearfix and clear to avoid issues.