OpenTechSchool / html-css-beginners

A friendly, afternoon introduction to html and css.
opentechschool.github.io/html-css-beginners/
Other
21 stars 27 forks source link

Added a div clear to reset the flow for the footer - portfolio #24

Closed practicalli-johnny closed 9 months ago

practicalli-johnny commented 10 years ago

The CSS for the aside uses a float: left, so will affect the layout of the footer. By adding a div clear the footer renders again correctly. I also added a short paragraph to explain why a second div clear is needed.

Thanks