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

General Discussion

trouble seeing/using normalize.css when i click on it

hi, so im doing front web development to learn how to build a website. ive already downloaded normalize.css and it is in my css folder. But when I click on it no css appears only "no preview available for the file: normalize.css.zip

I know i should have sent a pic, but i don't know how to when its not "code challenge" and you have an opportunity to ask a question. please help thank you

1 Answer

It sounds like you have the zipped file in your workspace. Make sure to unzip it, so it's just normalize.css, or just create a new blank css file, and copy and past this: https://necolas.github.io/normalize.css/4.1.1/normalize.css into it, and than save as normalize.css.

Either way works