Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

qr code challenge solution

Shreyansh 110

@shreyansh-27

Desktop design screenshot for the QR code component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

@Call4julius

Posted

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 helpful

0

@DigitaleWeltLibrary

Posted

Small improvements:

HTML:

<img src="images/image-qr-code.png" alt="myIMG"/>

CSS:

.container{
    width: min(300px,90dvw);
}

img{
    width: 100%;
}

Happy coding 😉

0
pmigix 110

@pmigix

Posted

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 GitHub
Discord logo

Join 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