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 trialPatrick Ludwig
2,462 PointsI can't add normalize.css to my file tree
I have tried to drag the file normalize.css from the zipped folder to the "black area" and have not been able to do so. Does anyone know why this might not be working?
3 Answers
Wayne Priestley
19,579 PointsHi Patrick,
Open the Normalize.css file then copy all the code.
open a new file in workspaces and name it normalize.css then past the code you copied into it and save it.
Hope this helps.
Janise Bradford
5,664 PointsYou might consider trying out notepad ++. I was having a few issues with workspaces and started using notepad++ and I haven't had any problems with it. It's very easy to use, and I just love it.
If you're interested you can download it here:
Anthony Skillman
852 Points+1 for notepad++. I just extracted the files from the site, opened them in notebook++, then created a file in the workspace called "normalize.css" and copied the code from notepad++ into the workspace file.
Moises Miguel
5,028 PointsHi, all you need to do is drag it to your desktop first(to Unzip the file) and then drag it to your workspace.
Patrick Ludwig
2,462 PointsPatrick Ludwig
2,462 PointsWhen I do file to upload nothing happens. Literally nothing. I have also tried opening new files I have created and am not able to open up the new css folder I have created, and therefore I cannot copy and paste the code from normalize css into a file. I have unzipped the file.
James White
228 PointsJames White
228 PointsYour tip worked. I had the same issue, and noticed when I downloaded the normalize file it did not include a .css at the end of the file name. When I copied its contents into another file it ran fine.
However, when I ran the file through my workspace I was a little confused. The file reformatted the text and took away the bullets in the header section, but did not take away the bullets next to the pictures. I know from reading other Q&A that there are different versions of the normalize.css file. Would this be a reason why bullet points still show next to my images?