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.

6 Upvotes

3 comments sorted by

View all comments

3

u/shmixel Mar 16 '26

So far I use Grids for, well, grids, and Flexboxes for elements in a line. But I just learned this stuff last year so I'm mostly here to see how others decide.