DEV Community

Discussion on: Why you should already be using CSS Grid

Collapse
 
unicorndough profile image
Kyara.

Such a good and clear explanation! I will definitely try this out at work tomorrow! I have my first project at work as an intern front end developer and I hadn't worked with grid just yet so this is awesome, thanks man !

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.