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 Build a Responsive Website Adaptive Design Implementing Media Queries

bahman sadeghi
bahman sadeghi
4,810 Points

which part need to change?

i do

 @media screen and (max-width : 480px) {
      .grid_1,
      .grid_2,
      .grid_3,
      .grid_4,
      .grid_5,
      .grid_6,
      .grid_7,
      .grid_8,
      .grid_9,
      .grid_10,
      .grid_11,
      .grid_12 {
        width: 100%;
      }

but it say its not ok? http://teamtreehouse.com/library/build-a-responsive-website/adaptive-design/implementing-media-queries

7 Answers

Hi Bahman,

You're reading way to much into this. All you need to do is add width: 100%; to the img selector that is already there.

Jeff

Which question are you on?

bahman sadeghi
bahman sadeghi
4,810 Points

you mean in media query?