Design comparison
Solution retrospective
Hi fellow coders, I am pretty new to the coding game and would very much appreciate any advise, constructive criticism on my code. This is my 1st project on Frontend Mentor. I have been on a few Udemy courses as well. Thank you in advance for your responses.
Community feedback
- @NitaLewskaPosted over 3 years ago
Hi! =)
It seems that on your PC styles.css file was in a folder "style", so, when you uploaded your project on GitHub, link stopped working.
Marked as helpful0@gawnadPosted over 3 years ago@NitaLewska
Thankyou Anna for also commenting on my solution. Yes exactly that. I uploaded all the files to git hub but my CSS was in a styles folder so it didn't recognise the path. Really appreciate the feedback 😊
1@NitaLewskaPosted over 3 years ago@gawnad also, if you have corrected your mistakes, generate a new screenshot, so to check that everything works properly =)
0 - @ApplePieGiraffePosted over 3 years ago
Hello there, Dan! 👋
It's nice to see you submit your first Frontend Mentor challenge! 🎉
It looks like the stylesheet for your solution isn't loading. I suggest changing the file path of the
<link>
tag for the stylesheet fromstyle/styles.css
to./styles.css
, since it seems to work then. 😉Hope that helps. 🙂
Marked as helpful0@gawnadPosted over 3 years ago@ApplePieGiraffe 😱 Hi, Appreciate the help. First time uploading my own code to git hub as it mentions to only upload the files only and my CSS was in a style folder. Lesson learned. Thanks again 🙂
1
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