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 How to Make a Website Styling Web Pages and Navigation Make a CSS Image Gallery

I have tried putting max-width 100% on all css elements to no avail. Where is the html file?

...

2 Answers

Hi Tyler,

The instructions have enough information so that you don't need to see the html file.

You have the right property and value. Task 1 is asking you to set that on all images.

At the bottom of the existing css you need to write a new rule that selects all images and applies that property/value to them.

Thomas Seelbinder
PLUS
Thomas Seelbinder
Courses Plus Student 1,223 Points

As Jason said,

You nee to select IMG

and set a max width of 100%.

How are you currently entering the CSS?