kangalio
KPCKevin Powell - Community
•Created by kangalio on 10/20/2023 in #front-end
When to use neither Grid nor Flexbox?
I'm a frontend newbie. I read how CSS Grid and Flexbox are the future and replace most legacy CSS hacks. So, in which situations should I use neither
display: grid
nor display: flex
when laying out children items of an element? Or can I just slap one or the other on everything to reduce the amount of fighting with CSS?24 replies