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

#itcss
Akadzaniβ€’ 10

@Akadzani

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


I would like to get the feedback for how i write the code for this challenge.

Community feedback

Naveen Gumasteβ€’ 10,480

@NaveenGumaste

Posted

Hello Akadzani ! Congo πŸ‘ on completing this challenge

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

  • Warp your card content around the main tag Ex: πŸ‘‡
<body>
<main class="container">
*all you content here*
</main>
</body>

happy CodingπŸ˜€

Marked as helpful

0

Akadzaniβ€’ 10

@Akadzani

Posted

@Crazimonk Hello Naveen, thank you for the helpful feedback.

1
LiBeeβ€’ 390

@Li-Bee

Posted

Pretty close to the design - well done πŸ‘. Compared to the design i think you need to make the heading smaller and add a bit of space between the bottom of the paragraph and the bottom of the card.

To fix your accessibility issues you need to add <main></main> to your html - to add a landmark.

<body>
<main>
    <div class="qr-code container">
     ....
    </div>
    <div class="attribution">
    </div>
</main>
</body>

Marked as helpful

0

Akadzaniβ€’ 10

@Akadzani

Posted

@Li-Bee Hello Li-Bee, thank you for the feedback, it's really 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