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

Centered QR code using transform: translate for alignments, & margins.

@Sirch9

Desktop design screenshot for the QR code component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


What are you most proud of, and what would you do differently next time?

Its my second project.

What challenges did you encounter, and how did you overcome them?

git commands...  I uploaded many documents. Double, actually, and I'm wondering how? My image isn't loading; I don't know how.

What specific areas of your project would you like help with?

Anything, including comments and criticisms, all welcomed.

Community feedback

@Cristal32

Posted

Hi, it seems there is an issue with accessing the QR code image in the index.html.

It should be:

<img src="assets/image-qr-code.png" class="qr" alt="image-of-QRcode">

or

<img src="./assets/image-qr-code.png" class="qr" alt="image-of-QRcode">

Instead of:

<img src="/assets/image-qr-code.png" class="qr" alt="image-of-QRcode">

Marked as helpful

0

@Sirch9

Posted

@Cristal32 Thank you. I will try to update that.

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