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

I have 12 errors in the normalize.css code

I have 12 errors in the normalize.css code in http://jigsaw.w3.org/css-validator/

Can anybody send me a correct code for the normalize.css?

1 Answer

This normalize.css code from cdnjs.com works fine...

https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.min.css

I was also able to run it in the validator with no errors...

http://jigsaw.w3.org/css-validator/validator?uri=https%3A%2F%2Fcdnjs.cloudflare.com%2Fajax%2Flibs%2Fnormalize%2F3.0.3%2Fnormalize.min.css&warning=no

Just include it within the head tags of your HTML using this link tag and it should work...

<link href="//cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.min.css" rel="stylesheet" />

The official GitHub page for the project is https://github.com/necolas/normalize.css/