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
Eric Washington
iOS Development with Swift Techdegree Student 21,884 PointsCSS Foundations (Flexbox and Multi-Column Layout Multi-Column Layout) - WebKit Only
Having problems figuring out this code challenge. Can someone please assist me with this?
Directions: Using the prefix for WebKit-based browsers, split the content in '.main' into 2 columns.
My code :
.main {
-webkit-column-count: 2;
}
h1 {
}
The response I get when I enter this code is..... Bummer!! It looks like you didn't add a column count to '.main'.
Not sure what im doing wrong. Thanks for the help in advance.
1 Answer
Eric Washington
iOS Development with Swift Techdegree Student 21,884 PointsSorry Guys, I ended up figuring it out. No need to respond to this post.
MUZ140007 Faith Ndlovu
6,119 PointsMUZ140007 Faith Ndlovu
6,119 PointsPlease help me with the correct answer