DEV Community

Discussion on: Ridiculously easy row and column layouts with Flexbox

Collapse
 
nickytonline profile image
Nick Taylor

Nice writeup. Here's some fun katas sites for Flexbox for those interested:

CSS Grid is starting to become mainstream and if you don't need to worry about legacy browsers, it's definitely the way to go for layout. Having said that, we've started using css grid at work, but Flexbox is still very useful.

I've started watching Jen Simmons' YouTube series. It's another great CSS resource. Here's a relevant video.

Cheers and looking forward to your next post!

Collapse
 
drews256 profile image
Andrew Stuntz

Thank you!

Yesss. I am so psyched about grid becoming more fully supported. I don't even consider myself too much of a front end expert and I look forward to getting to use grid. I will consider it more seriously the next time I work on something new!

Collapse
 
nickytonline profile image
Nick Taylor • Edited

👍

@wesbos has a great CSS Grid course if you're interested.

Yeah check out @wesbos ' JavaScript30.com. He also has a great free course thanks to Mozilla on CSS Grid. Check out cssgrid.io. If you enjoy listening to podcasts, Wes and Scott "El Toro Loco" Tolinski have a great one called Syntax. And lastly, he did an AMA on dev.to a while back that might interest you.

Collapse
 
majdrada profile image
Majd Rada

Thanks for referring the flex box zombies game, it is very helpful.