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

Problem -->Build a Responsive Website >> Step 3 (Adaptive Design) >> code challenge

Build a Responsive Website >> Step 3 (Adaptive Design) >> code challenge

http://teamtreehouse.com/library/websites/build-a-responsive-website/adaptive-design/implementing-media-queries-2

Can't seem to solve this. Please help.

Please help me with it's first task. Stuck for a long time now. Won't it be:

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

2 Answers

To pass challenge one ("Add the appropriate CSS code to the CSS to make images scale with the fluid layout.") all you have to add is:

width: 100%;

to img

Thank You Ernest you solved my problem! So stupid of me.