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

How to get normalize to work

For some reason I can't get normalize.css to work in my HTML.

This is what my HTML looks like: <link rel="stylesheet" type="text/css" href="sumhomecss/normalize.css" media="screen">

if someone could help me with this that would be absolutely fantastic!

We can't see your code.

1 Answer

Hey, Normalize.css is not a CSS reseter. Its normally keeps almost all the default browser style but clearing only some default values, like list styles, and fixing some bugs on mobile browsers, and older browsers, thats it :) it does not clear every single style on your CSS file.