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 trialAdam Maley
5,946 Points@media (min-width: 769px) {
Why is min-width and { , marked RED? As if it's unclosed or an error?
@media (min-width: 769px) {
1 Answer
David Cirlanaru
6,869 PointsHi Adam. Your code is missing a closing curly bracket. If it's still red don't worry, it was the same for me even though there were no errors. So as long as your code is working there is nothing to worry about. Happy coding.
victor cooper
6,436 Pointsvictor cooper
6,436 Pointsdid you close the curly brackets?
like this?