Design comparison
SolutionDesign
Community feedback
- @Call4juliusPosted 11 months ago
A very decent attempt.
However your barcode image is missing.
If you don't know how to apply the image, lemme know. I can give a few tip.
Marked as helpful0 - @DigitaleWeltLibraryPosted 11 months ago
Small improvements:
HTML:
<img src="images/image-qr-code.png" alt="myIMG"/>
CSS:
.container{ width: min(300px,90dvw); } img{ width: 100%; }
Happy coding 😉
0 - @pmigixPosted 11 months ago
Congrats on your first challenge solution!
I noticed your image is missing. You can fix it by saying
<img src="./images/image-qr-code.png" alt="QR code">
(./ refers to the current directory.)Good luck in further challenges!
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