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 trialRichard Boag
5,547 PointsMedia queries not working?
When I created my responsive.css file it somehow removed normalize.css from my workspaces tabs. I put normalize.css back in my css folder, but when I enter my media queries for responisive.css they're not getting applied to my page. Ex: I don't get two columns.
1 Answer
Steven Parker
231,198 PointsIf there's a syntax error in the media query, the whole thing will be ignored by the browser.
You could try sharing your code, or better yet, make a snapshot of your workspace and post the link to it here.
Dominic Davies
5,284 PointsDominic Davies
5,284 PointsHi Richard,
did you figure this one out?
I had the same thing... I left an extra curly brace at the end of my #secondary declaration in responsive.css if you've checked you code then you could also...
Hope you cracked it.