Design comparison
Community feedback
- Account deleted
-
Looking at your GitHub repo structure, the image source should not be
src="/qr-code-component-main/images/image-qr-code.png"
. It should besrc="./images/image-qr-code.png"
. This tells GitHub to look for a folder named "images" in the root directory and get the image named "image-qr-code.png" from that folder (the period (dot) is important). -
Also, instead of using
div
for most parts of your code, use semantic HTML. For example, you could use<main>
or<section>
for the.card
element.
I hope you find this helpful :)
Marked as helpful0 -
- @gaut123456Posted 3 months ago
The image on the is missing or not fully loaded. Please check the source of the image to ensure it displays correctly.
0 - @Eyu-mershaPosted 3 months ago
The QR code was not displayed please make sure that you set the right reference for the asset.
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