Single price grid project using Flexbox

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.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @NitaLewska
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 helpful - @ApplePieGiraffe
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 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