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 Using CSS Grid

Aliyah Reginaβ€’ 30

@aiacy

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


The solution made with vanilla html and css

Community feedback

Naveen Gumasteβ€’ 10,460

@NaveenGumaste

Posted

Hello Aliyah Regina ! Congo πŸ‘ on completing this challenge

Let's look at some of your issues, shall we:

  • Increase the font-size of the "Title"

  • Warp your card content around the main tag Ex: πŸ‘‡

<body>
<main class="container">
*all you content here*
</main>
</body>
  • Always use h1 first and then h2, h3 and so on

happy CodingπŸ˜€

Marked as helpful

1
Travolgi πŸ•β€’ 31,420

@denielden

Posted

Hi Aliyah, I took some time to look at your solution and you did a great job!

Also add main tag and wrap the card for Accessibility and remove all unnecessary code, the less you write the better as well as being clearer: for example the <div class="qr-code"> container of qr image

Overall you did well :)

Hope this help and happy coding!

Marked as helpful

1

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