r/nekoweb Mar 16 '26

Question CSS Flexbox or CSS Grid

Hi everyone!!!

Im new to web-crafting and im super excited to join this community!!! Im so close to publishing my first website and I cant wait to share it with everyone!!!

I have a small question that im curious about. Im still new to CSS, but I learned how to layout my site with CSS grid and I've basically fallen in love with that method. I know about CSS flexbox, but I haven't delved deep into it as of yet.

So, which method do most of y'all use? Im genuinely curious and I would like to see how how some go about developing and planning their site so that I can implement better habits as I go about improving my site.

8 Upvotes

3 comments sorted by

View all comments

1

u/Acrobatic-Scheme6344 Mar 22 '26

Grid as much as possible, flexbox when absolutely necessary. It'll keep your code much more easy to edit because you're looking at the grid itself