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 trialp siddhu
268 Pointsmy main.css file has not wrking how to work
my wrk space has not supporting main.css file
Jennifer Nordell
Treehouse TeacherOne more thing. It occurred to me that the workspace doesn't have the CSS file at all. At the beginning of the course the instructor creates this CSS file. If this is the case, then right click on the CSS directory and choose "New File". Name your new file "main.css" and you should be good to go!
1 Answer
Christopher Anderson
1,601 Pointstry using a different color instead of orange use green or some other colors like this body { background-color: green; }
Jennifer Nordell
Treehouse TeacherJennifer Nordell
Treehouse TeacherHi! It's hard to answer this without seeing your code, but I'm going to give it a shot. Here are some common errors to look for when your CSS file doesn't seem to be working on your page.
After looking at the workspace for this video it seems that the code to link your CSS file should be:
Hope you find the problem, but please submit your code if this didn't help!