Design comparison
SolutionDesign
Community feedback
- @PastoreMartinaPosted over 1 year ago
Congratulations on completing the challenge! 🎉
To display the image properly, use this url in the
src
attribute:./images/image-qr-code.png
. I just added the.
dot in front.Alternatively, this also works:
images/image-qr-code.png
.Without the
/
and./
both mean the same thing: that the file is in the current path. In your project, the directory "images" is at the same level of your index.html.Try to implement more semantic html instead of only using generic
<div>
. Resource here.Above all, good job in challenging yourself 💪🏻💪🏻
I hope my comment was helpful 😊
Marked as helpful0
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