Am trying to manouvre through the freecodecamp website and and can seem to pass through this challenge .I have cloned the project and I am working on it locally on my visual studio but the wesite does not detect the changes I have made
Hi there and welcome to our community!
We would love to help you but you’ll need to give us more details of exactly what it is that you’re stuck with. What part of the curriculum are you working on? If you’re stuck on a particular challenge, the best option is to click on the Help button, which appears after you have submitted incorrect code three times. This will create a forum post which includes a direct link to the challenge, your full code and an opportunity for you to describe the issue in detail.
Hi @Chege
I might be able to help you.
Because I’ve done a project cloned on VS code. The mistake i did was I put the stylesheet with a different name . The freeCodeCamp project editor only accepts the
<link rel="stylesheet" href="styles.css">
. I have put myWebsite.css
when i edited it on VS Code and when i copy pasted it to freeCodeCamp editor my styles didnt apply .
A simple error but its very confusing.
Hope this helps