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 Build a Simple Website Styling Content Fonts and Colors

Sagar Patel
Sagar Patel
3,653 Points

Font

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
Rose Hurst
5,658 Points

You 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.