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

CSS

Grid layout or Flexbox?

I'm about to start a personal project (website) and want to make it responsive and as fluid as possible. It will be the first project I'll tackle since hearing and learning about Flexbox and grid systems.

This grid layout method seems pretty solid and flexible in terms of use but Flexbox is also equally as impressive but I know it's new and still iffy on some browser support.

What technique should I use? Any thoughts? Opinions? Insight? Help!

1 Answer

Devin Cooper
Devin Cooper
8,352 Points

which browsers and versions are you supporting?

If flexbox works in the browsers you are targeting as shown here then definitely go with flexbox! I strongly believe it will the standard go-to responsive grid tool in the very near future.