The Mystery Of The CSS Float Property
If it were not for the CSS float property, CSS layouts would not be possible except using absolute and relative positioning — which would be messy and would make the layout unmaintainable. In this article, we’ll discuss exactly what the float property is and how it affects elements in particular contexts.

