DEV Community

Discussion on: Why you should already be using CSS Grid

Collapse
 
willamesoares profile image
Will Soares

Thanks for the feedback! I'm sure you'll have fun playing with it. Let us know how it goes :)

Collapse
 
unicorndough profile image
Kyara.

I used it today and it was fun! The site is not quite responsive so I'll have to figure that out at some point but I enjoyed css grid to easily devide the main with the sidebar. Before reading this I was quite worried about how I was going to make that with flex box heheh.

Thread Thread
 
willamesoares profile image
Will Soares

Nice! Try using grid-template-areas to easily reorder your layout components when on mobile/desktop. That, together with media queries, should help you in making the site more responsive.