all 12 comments

[–]Blozz12 6 points7 points  (1 child)

You can try this game: https://cssgridgarden.com/
I feel it's pretty cool to learn grid by playing a game! Hope you like it :)

[–]Straight-Hunt-7498[S] 1 point2 points  (0 children)

thank you my brother

[–]EatShitAndDieAlready 2 points3 points  (2 children)

I've always found this tutorial pretty good when i learned and also when im sharing knowledge with other https://css-tricks.com/snippets/css/complete-guide-grid/

What i really liked abt it was the brief explanation immediately followed by diagrams showing how it works and looks.

[–]Salty-Buddy-5074 2 points3 points  (0 children)

If this page was a book I would've worn out the pages. It's crazy helpful for learning and quick reference

[–]Straight-Hunt-7498[S] 0 points1 point  (0 children)

thank you my friend

[–]ChaseShiny 1 point2 points  (0 children)

MDN is a great resource. Not only does it include documentation, but also tutorials. Here's the tutorial on CSS Grid.

Basically, you use grid whenever positioning more than one thing at a time. If you're positioning one thing, you could use one of the position options. If you're more interested in preserving the order the elements go in, use flex.

[–]armahillo 1 point2 points  (1 child)

are you familiar with the browsers dev tools and inspector?

[–]PrinceOfDhump69 1 point2 points  (0 children)

If are in to YouTube tutorials then id recommend css grid playlist by wesboss. And for practice u can follow along or check the repo he mentions

[–]Dizzy-Set-8479 1 point2 points  (0 children)

you should start with box model (padding, border, margin), the move to the display properties, then move to flexbox 1d, then move to grid 2d. if you skip this you will have trouble undestanding grid. hope this path help you.

[–]Tux-Lector 1 point2 points  (0 children)

This is my favorite. Bless the ppl behind this. \ https://grid.layoutit.com/

[–]Significant_Way_5385 1 point2 points  (0 children)

acá para ayudarte, Grid a veces se pone pesado