Design comparison
SolutionDesign
Community feedback
- @mikej321Posted almost 2 years ago
Hello there!
There is a linking issue with your project but it's pretty simple to solve. Add a . before the / of your hrefs in the link tag and the img tag. They should look like this when finished.
<link rel="stylesheet" href="./style.css" /> <img src="./images/image-qr-code.png" alt="qr-code" />This will properly link your files in your project to GitHub and show properly on frontendmentor.
Happy Coding, my friend and Happy Holidays!
Michael Johnson
Marked as helpful1
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