CSS Layout: Float Exercise
The goal is to create a layout that looks like the screenshot below. Follow these steps:
- Copy page layout.
- Use float property to make the layout as the screenshot below.
- Requirements:
- nav is on the left
- section are next to the nav element. Add a div that contains the section elements and give the styles to it.
- aside is on the right
- footer is on the bottom of the page.
Good Luck!