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!
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

Paul Fischer
3,102 PointsMedia Queries, First Badge, First Code Challenge
For the "Media Features and Media Types" code challenge (after the very first video) I seem to be stuck. On Code challenge 1 of 3, I've looked over my code over and over again for errors and have seen nothing wrong, but I keep getting back an error message "did you enter the correct background color" when I have. I just wanted to check and make sure this wasn't a bug or something that anyone else has encountered.

Chase Lee
29,275 PointsCan you show us your code.

Paul Fischer
3,102 PointsOkay, I figured out my problem. I realized I needed two sets of curly braces. Thanks everyone for offering to help!
4 Answers

L McLean
Courses Plus Student 5,329 PointsOh my goodness! Paul Fischer, mine was the extra curly braces as well! LOL! Thank you!

Chase Lee
29,275 PointsI got the same thing. But I had just misspelled media
.

L McLean
Courses Plus Student 5,329 PointsI'm having the same issue.

Paul Fischer
3,102 PointsIt doesn't look like it's a bug or anything after all. I re-watched the last seven minutes of the video and I saw my problem. I made an adjustment and passed the challenge. If you want to post your code, though, I could help!

Lolidie Jeena Zubiri
13,238 PointsI'm stucked! Here's my code, please help:
@media screen and (max-width: 768px) {{ background: #FF6347; color: white; } }
Mike Morales
19,833 PointsMike Morales
19,833 PointsHi Paul, Besides your background color did you check to see if you included your text color as well?