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

Design

Build a Responsive Website Responsive Design Content Defined Breakpoints

Add the appropriate CSS within the same media query that will force the “love at first bite” illustration to disappear.

How do I select a specific image out of a class in order to display:none it?

2 Answers

hiya

I was stuck on this also if you scroll down to the media query section then before the start of grid <code> .grid_1</code> if it is the breaking point of 705px then make sure its

<pre>#intro img { display: none; }</pre>

James Barnett
James Barnett
39,199 Points

@Gabreil -

Have you by any chance gone through the CSS selectors badge?