DEV Community

Discussion on: What parts of CSS confuse you?

Collapse
 
brob profile image
Bryan Robinson

Nice meme :D

Those properties could probably be enough for an entire series since they work for flex and grid slightly differently.

Not sure I can do better than the complete guides to Flexbox and Grid on CSS Tricks, though:

css-tricks.com/snippets/css/a-guid...

css-tricks.com/snippets/css/comple...

Take a look at those and let me know if that meets your needs or if a different type of explanation would be better

Collapse
 
wheatup profile image
Hao

Wow thank you :D

Guess it's time to face my fear and dive into it

Thread Thread
 
brob profile image
Bryan Robinson

Those CSS Tricks resources were amazingly helpful to me when I started learning Grid and Flex. Make something simple on CodePen and try things out.

When I say super simple, I'm talking colored boxes on the page. Great thing about playing in something like this is there's nothing to break, so no need to worry :D

In fact, here's a quick CodePen that you can fork if you want and play around: codepen.io/brob/pen/dBozpX