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 trialManuel Carrera
12,424 PointsI'm floating .col left with in the media query, why am I not passing the challenge?
I've added the css styles with in the media query and floated the .col left. Why won't it let me pass the challenge?
2 Answers
Rajat Bajpai
15,654 Pointsdid you type this? .col { float:left; } check for syntax error
Manuel Carrera
12,424 PointsHey Rajat,
I looked at an older post someone had made for the same question. Yeah, it was a syntax error.
Thanks for the quick reply!