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

HTML

can i add img max-width to normalize.css ?

It`s always annoying that images get out of its container width, can i add a rule in normalize.css to always make the images max-width relative to its container ?

I wouldn't add it to the normalize, but I would add it as a generic property in your themes custom stylesheet. Eventually you will start wanting to save your base elements changes as you develop more and its better to keep them separate as you might want to change what normalize.css sheet you use.

1 Answer

You should not change the normalize.css. You should put it in style.css.