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 responsive using CSS, HTML and React

@qericdev

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

Luigi 240

@luigi-perone

Posted

Hi Erick,

You've a great solution here, but you can consider to add a main tag in the index.html file and in it the <div id="root"></div> .These changes don't change the design but improve the accessibility and semantic.

After that, img tag must have alternate text GET EXPLAINED HERE so u should update

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

to

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

Hope it helps, happy coding 👋

Marked as helpful

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