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. The longer, more annoying answer Before flexbox and grid, we had to us...
45 Hits
45 Hits