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 Debugging HTML and CSS Problems Use Developer Tools

barnabasadedoyin
barnabasadedoyin
1,501 Points

About normalize.css

Hi, Being wondering where the normalize.css code is because I've not being able to find it. How can I get the normalize.css?

3 Answers

Stephen Stewart
Stephen Stewart
5,155 Points

You can download a copy of normalize.css from github. First hit on google:

http://necolas.github.io/normalize.css/

You could always include the latest file in your file like:

<link rel="stylesheet" href="https://github.com/necolas/normalize.css/blob/master/normalize.css">

Or upload the file to your web server.

barnabasadedoyin
barnabasadedoyin
1,501 Points

Thanks Stephen, where can I get the normalize.css to download please? The link is showing not found 503 VCL!

Jeremy Castanza
Jeremy Castanza
12,081 Points

Just as a reference. The normalize.css development is covered under "How to Build a Website" > "Creating HTML Content" > "Include External CSS" video. In the video notes, there's a link to download the normalize.css file.