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 CSS Flexbox Layout Building a Layout with Flexbox Creating a Three Column Layout with Flexbox

Columns not wraping with the same setting like in the video

https://w.trhou.se/kxmplv8emd Here is my snapshot. When going beyond 769px browser window width the columns don't wrap.

.row is set to flex-wrap: wrap; and the .col is set to flex: 1 50%; Same as in the video.

Yeah seems like one of this user browser specific bugs that I have once in a while. It's not the code it is just not getting displayed correctly. Sadly I always have to move on to the next video/project wondering if my code was correct.

1 Answer

Hi, I just copied your code and viewed it on my browser. Everything seems to be working fine!