T
27

Switched my whole portfolio to CSS Grid after seeing how Flexbox kept breaking on a 3 column bio section

Tbh I always fought with Flexbox for simple layouts until I noticed a pro dev at a meetup in Denver had zero gaps or overflow in their grid and I realized grid handles alignment way cleaner when you have more than two items in a row, has anyone else ditched Flexbox for most of their page structure?
2 comments

Log in to join the discussion

Log In
2 Comments
ray210
ray21027d ago
Three column layouts with flexbox gave me headaches until I tried grid and never looked back.
1
the_harper
the_harper26d ago
@ray210 it's like how sometimes you just need the right tool for the job, and grid feels more natural than forcing flexbox.
6