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 Creating HTML Content Build the Footer

jeremy hudson
jeremy hudson
2,589 Points

my normalize css folder isnt working on my work space how do i fix this problem i have window pc

when im on my work space the video tells me to download this normalize css folder to use for the next video so how do i fix this little problem because i cant continue my education when this folder isnt working need help..

rydavim
rydavim
18,813 Points

It's probably either an error in your file structure, or a problem with the link to the css file in your html.

If you could provide a workspace snapshot it would really help us help you figure out why this file isn't working for you.

2 Answers

Abe Layee
Abe Layee
8,378 Points

Post your code please. Is your normalize.css inside your css folder. If so, you want to do something like this

<link rel="stylesheet" href ="css/normalize.css">
Krishnendu Banerjee
Krishnendu Banerjee
1,005 Points

1 case might be that u are using the normalize.css in the macos.... if u have pc use the one in the first folder not the macos folder

please click answered if u feel satisfied