Introduction to CSS Floats
Difficulty: Advanced
Duration: 5 minutes and 37 seconds
Students: 172
Rating: 5/5
This practical lesson offers an introduction to CSS Floats.
Learning Objectives
- Learn how float shifts the flow of an element in the web page
- Learn how other elements are affected when using floats
- Learn how to use the clearfix hack to return the proper flow to other elements on the page
Intended Audience
This lesson is intended for anyone who wants to learn how to use CSS Floats.
Prerequisites
Anyone with an interest in CSS in general. The following lesson will serve as a brief introduction to CSS: Introduction to CSS Syntax
Covered Topics