An interesting conversation came up at work the other day: Should we use the CSS float
property now that we have CSS Grid and Flexbox?
The short answer
No! Well, mostly. I’d only use it today for wrapping text around images, though and I’d avoid using float
entirely for layouts.
You must be loggedin to comment