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!
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

Sofronea Gabriel
1,396 Pointsmain.css does not work
Nothing that i do in my main.css shows up in my index
i hope the link works
2 Answers

Chris Davis
16,280 PointsIt seems to be working for me. A quick way to test if your css file is linked correctly is to add this css selector and declaration...
body {
background: red;
}
Hope that helps

Sofronea Gabriel
1,396 Pointsit work thanks guys !! :D
Bogdan Cabaj
16,348 PointsBogdan Cabaj
16,348 PointsChange your lower case css to uppercase CSS or rename CSS folder to css.