Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial

Bradley Hapgood
Python Development Techdegree Student 14,538 PointsIs flex-box a more intuitive version of css-grid?
Or is it more of a supplementary to css-grid?
2 Answers

Doris Keller
Front End Web Development Techdegree Graduate 47,927 PointsHey Bradley, that's a geat question!
Flexbox and CSS grid are two different layout possibilities, but can be perfectly combined!
There's a great text about it here: https://medium.com/youstart-labs/beginners-guide-to-choose-between-css-grid-and-flexbox-783005dd2412

David Moorhead
18,005 PointsBy way of support for Doris' reference above, I would add Jen Simmons. Here's her Youtube channel, and here's her vid on Flexbox and Grid.
Oh, and here's another vid of Jen's: Flexbox vs. CSS Grid. Which is better?
I'm a proponent of CSS Grid, and Flexbox's sticky footer snippet is quite handy. Do a search, and you'll find it.
David

Doris Keller
Front End Web Development Techdegree Graduate 47,927 PointsGreat vids, thank you David Moorhead!