Front-End Basics

CSS – Understanding How Float Works – Part 1

The behaviour of floats can be mysterious (or frustrating). This tutorial helps take away some of the mystery (and pain) of dealing with floats.

Front-End Basics

CSS – Introducing float

HTML elements can do more than stack one atop the other or nest one inside the other, they can also float above other elements.