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 Build a Simple Website Creating a Website Structure CSS Reset

I can not understand how to download normalize.css

the web takes me into terminal and I follow instructions for a while and then I get stuck at the end.

4 Answers

I don't know what you are doing. But here's the easiest way to solve this problem:

1) Create a new file called "normalize.css in your favorite text editor. 2) Follow this link: http://necolas.github.io/normalize.css/ 3) Click on the green button. 4) Use Ctrl+A (PC) or Command+A (Mac) to select all the text, and then Ctrl+C or Command+C to copy the text into memory. 5) Switch over to your new normalize.css file and use Ctrl+V or Command+V to paste it in the file. 6) Save the file.

Now you have your own copy of Normalize.css.

I don't know what you are doing. But here's the easiest way to solve this problem:

1) Create a new file called "normalize.css in your favorite text editor. 2) Follow this link: http://necolas.github.io/normalize.css/ 3) Click on the green button. 4) Use Ctrl+A (PC) or Command+A (Mac) to select all the text, and then Ctrl+C or Command+C to copy the text into memory. 5) Switch over to your new normalize.css file and use Ctrl+V or Command+V to paste it in the file. 6) Save the file.

Now you have your own copy of Normalize.css.

Go to: necolas.github.io/normalize.css/ and click the Download v3.0.0 button. The content of the normalize.css file will be displayed in your browser. Copy the content into a normalize.css file that you create in your project and then link to it like you normally would.

Russell Wood thank you

Drew Gillett this was the first question I've ever asked on Treehouse. My apologies for lack of details. Thank you for answering my question.

Stephen