Design comparison
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.
Community feedback
- @neew18Posted over 1 year ago
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 helpful0@VidottizzzPosted over 1 year ago@neew18 Thank u Nann, for helping me with that, for real! I did the changes in the code, but the card looks hidden anyway, i dont know why! :(
0@neew18Posted over 1 year ago@Vidottizzz hey. I think it’s because of the paths again for background-image for the cards. Try background-image: url(“images/bg-card-front.png”) Don’t forget the quotes and write the correct path.
Marked as helpful0@VidottizzzPosted over 1 year ago@neew18 Hey, its working perfectly now, thank you SO MUCH for helping me out!
0@neew18Posted over 1 year ago@Vidottizzz Im glad to hear it is working now.. your welcome 💜💜 happy coding !!
0
Please log in to post a comment
Log in with GitHubJoin 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