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 trialDana Backs
6,277 PointsFor Challenge 1 under Web design, Build a Three column layout
No idea what I'm doing wrong. I wrote the code exactly as Nick says, but something is wrong. Has anyone else had this problem on this question? I'm sorry but I cannot understand much at this point, so bear with me. This is what I have written
@media screen and (min-width: 480px) {
gallery li {
width: 28.3333%; } } I've tried typing it in different sections of the code on the challenge page, messing with the spacing between the colons and semi-colons etc. Something's not right and I can't figure it out.
2 Answers
Adam Waxman
8,779 PointsThis forum discussion looks similar and might help: https://teamtreehouse.com/forum/media-query-setting-width
Dana Backs
6,277 PointsThanks! It appears I am not alone in this.