Understanding the Float Property in CSS
I often get asked if float and clear are still relevant, and the answer is yes. With the modern layout (flex and grid), For the first time, we can use float as its original intention
Introduction to float layout
Let's see an example first
We have an ...
vincenguyen.hashnode.dev4 min read