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 trialAnthony Harrison
1,064 PointsResponsive design elements not running correctly?
Hi, i'm currently having issue's with the first stage of the responsive design.
Although my code appears to be exactly correct as that shown in the videos:
@media screen and (min-width: 480px) { body { background: navy; } }
@media screen and (min-width: 660px){ body { background: darkgreen; } }
My linking of the responsive.css page from directory has also been added on the HTML pages, in the correct places so i don't think the cascading elements is wrong. However none of the responsive color changes happen when testing?
Baffled.
2 Answers
Anthony Harrison
1,064 Pointshttp://i.imgur.com/pDDd9l1.jpg http://i.imgur.com/jU79of1.jpg
This is what I have, spot any issues?
Anthony Harrison
1,064 PointsOh wow! I missed the '=' on the CSS link on the HTML pages! Doh!