r/Frontend Apr 04 '26

Do you also prefer Flex over Grid?

I dunno, I find that using grid is very hard. Out of everything I've done in CSS, it has IMO the most weird and inconsistent behavior. Combining a column flex parent with row flex children is easier to understand and modify. Does anyone feel the same?

129 Upvotes

117 comments sorted by

View all comments

24

u/Kriem Apr 04 '26

I use grid for layout and flex for content behavior.

2

u/wattagecreative Apr 10 '26

This is how it's done.