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 trial5 Answers
Jeff Busch
19,287 PointsAlso your image can be selected this way:
.grid_2 img {
display: none;
}
Jonathan Smith
2,672 PointsI'm not exactly sure what you are trying to do... Maybe you could comment it out with /* <img src= img.file */
Just a thought!
benjamin perodeau
7,469 PointsIt's 'Content Defined Breakpoints' code challenge 2 of 3 under 'Build a Responsive Website' stage 4 'Responsive Design'
@media screen and (max-width: 705px) {
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6 {
width: 100%;
}
#intro-img {
display: none;
}
}
benjamin perodeau
7,469 Points^ I reckon that's now how you use the three tick marks thing :-/
Jeff Busch
19,287 PointsMaybe THIS will help.
benjamin perodeau
7,469 PointsThank you, Mister Busch!
Jeff Busch
19,287 PointsJeff Busch
19,287 PointsHi benjamin,
Can we see your code?
Jeff