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 Make a Website CSS: Cascading Style Sheets Use ID Selectors

i did download the normalize file on my desktop but unable to drag and drop on file drop place? any help appreciated.

I did download the normalize.css.zip and extracted the file and unable to drag and drop on file drop place the normalize.css. do i need some kind of update needed or something else? any help appreciated.

2 Answers

Branko Zivanovic
Branko Zivanovic
2,684 Points

What you mean you can't drag & drop? You simply download file, place it in your css directory and then call it from html like this:

<link rel="stylesheet" href="css/normalize.css">
Kristopher Van Sant
Kristopher Van Sant
Courses Plus Student 18,830 Points

Hi Branko! I added 3 back-ticks, ```, before your code and 3 after so that your code shows up. :)

Extract the zip files, place it some where on your desktop, and then drag those to your workspace. Branko Zivanovic dont be so unhelpful next time