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

Nadine Kluger
PLUS
Nadine Kluger
Courses Plus Student 1,256 Points

Confusion about this exercise

So the exercise says: Add the appropriate CSS code to the CSS to make images scale with the fluid layout.

I'm assuming you want us to put the css code in the .css document like: img { max-width: 100%; }

but the only document showing in the exercise is the index.html file so I'm completely lost.

Any ideas?

2 Answers

Stone Preston
Stone Preston
42,016 Points

the page in the challenge is using an internal style sheet, so you put your CSS between the two <style> tags in the head. There is css thats already there so it should be easy to spot on the page.

Nadine Kluger
PLUS
Nadine Kluger
Courses Plus Student 1,256 Points

Yes, I figured it out right after I sent the message. Thank You for the quick response!!!