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 trialSergio Dos Santos
Front End Web Development Techdegree Student 4,807 PointsFailed 1st Project checking
"There is an issue locating your styles.css file. Check that it has been added to GitHub correctly. If the styles.css file has been renamed or moved to another folder this test will not pass."
i already change the name of my CSS file to styles.css, and I edit the code to conect correctly the hmtl and css file, i dont know what should i do now
1 Answer
Rob Allessi
8,600 PointsI ran into the same issue when I first submitted the first project of FEWD. My issue was that the style.css was in a CSS folder and not in the root directory. Make sure that your style.css is in the root directory, along with your index.html file and see if that works. If you continue to have any trouble, I would advise reaching out via email email or in the FEWD Slack channel.
Sergio Dos Santos
Front End Web Development Techdegree Student 4,807 PointsSergio Dos Santos
Front End Web Development Techdegree Student 4,807 PointsThanks Mate, i will tryto do that way!