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 component

imLumarq 210

@imLumarq

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

@istealersn-dev

Posted

Great efforts, Congratulations!

Few tips to improve the HTML structure and other aspects

  • Every page should have at least one <h1>, you could replace the first <p> tag with the required heading
  • When you use position: absolute;, there must be a container/body setup as position: relative;. I can understand you've used position to center the card - it can also be done with adding the following code to body { display: grid; place-items: center; }

Hope this is 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