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 trialSagar Patel
3,653 PointsFont
Should I have my css file on the desktop, or can I keep it in my documents folder. Since none of the files that I import to my html file are working.
1 Answer
Rose Hurst
5,658 PointsYou can move those files anywhere you would like. But it should be within a css folder, which is contained within the same folder as your index file.
While it's best to keep .css files within a css folder for organizational purposes, they can reside outside of it, but you path in your html file would need to reflect that.