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 trial

CSS

Adaptive Design - Media Queries - Task 1

Maybe I'm just really dense, but based on the tutorial to make the images fluid for Task 1, I should add

@media screen and (max-width : 480px) {
    img {  width: 100%; }
}

When I resize my browser window to get the media query to fire for the sample, it does as it should. The image is full size and will resize as I change the browser size. However, the code checker says I'm not doing it right. Any suggestions without flat out giving me the answer?

1 Answer

Nevermind. I figured it out. Misread the instructions.