Design comparison
Solution retrospective
I loved the experience coding the page. I didn't have any sort of difficulty while building. Thanks for such a great experience
Community feedback
- @ShuvalovrusPosted almost 2 years ago
Hi great job, but for the image to be displayed, specify the correct path to the image in the src attribute of the img tag. After all the image is in the images folder the path should look like this :
<img src="./images/image-qr-code.png" alt="qr-code">
or
<img src="./image-qr-code.png" alt="qr-code">
I advise you to delete the image that you have in the root folder and leave only the one in the images folder and specify the path I suggested first.
I hope my advice helped you. Good luck in the future
Marked as helpful1@Junior4jPosted almost 2 years ago@Shuvalovrus I just saw your contribution. It works well now! Thank you so much. Good Luck to you too
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