DEV Community

Discussion on: CSS Grid: illustrated introduction

Collapse
 
chrisachard profile image
Chris Achard • Edited

This is a great post, and I love the visuals/illustrations!

I appreciate the comparison to flexbox too - I have a lot of experience with flexbox, but none with grid, so it's good to know they aren't really replacements for one another.

I do find the css grid syntax to be a bit... funny. Do you get used to it after awhile? I probably just need to play with it for a bit, and see how it feels 🙃

Thanks!

Collapse
 
mustapha profile image
Mustapha Aouas • Edited

Thank you, appreciate it.

Well, the grid-template-areas syntax is really weird at first, but if you think of CSS grid as a framework on its own it gets easier (at least it did the trick for me :p).