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 Unused CSS Stages Flexbox and Multi-Column Layout Multi-Column Layout

wont display in columns in code pen

I am wondering why it display the same way in Code Pen as it does in the video. In Code Pen it display as a single article .it doesn't separate into columns no matter what width you make it .

can you please post the link to your codepen

1 Answer

Chris Shaffer
Chris Shaffer
12,030 Points

Codepen is finicky especially with CSS.

I'd suggest grabbing Sublime Text 2 and doing your coding locally or check out Codio.com, my favorite.

Codepen has code it "assumes" should be there and doesn't play well with some of the fancier CSS and JS features.

For example, you can't use stylesheets or JS over CDN most of the time (works randomly).