HTML CSS JS DOM manipulation

Solution retrospective
I made it look good, but, i couldnt make the deployed site recognize my css file, in my local machine it works perfectly, even the JS, i tried deploying the project in the vercel, and it didnt work too, i searched the solution in the internet, and couldnt find it , kinda sad.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @neew18
Hello. I created a pull request in your repository. Like I said in the description. The reason is you wrote the wrong path. There is no directory with the name of interactive-card-details-form-main. That’s why the site can’t find the path for CSS and JS files. These two files are in the same level/directory with index.html so “./styles.css” or “styles.css” will work. The dot in “./styles.css” means in same level or directory.
Marked as helpful
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord