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

Force and image to disappear

http://teamtreehouse.com/library/content-defined-breakpoints

Hi I am trying to use media queries to force an image to disappear. The image itself does not have a class but the div that it is in does. I have tried using the image name, using the div class and tried using .intro ing. All with display:none;

For some reason I am just not getting this right may someone please assist me. Many thanks !

Hi Peaches,

Are you using "ing" for the image as you typed above or did you actually type "img" in your code? Also, can you include your code?

2 Answers

I typed img

I figured it out but thank you so much, for responding.