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 trialbarnabasadedoyin
1,501 PointsAbout 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
5,155 PointsYou 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.
Jeremy Castanza
12,081 PointsJust 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.
barnabasadedoyin
1,501 Pointsbarnabasadedoyin
1,501 PointsThanks Stephen, where can I get the normalize.css to download please? The link is showing not found 503 VCL!