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

Responsive QR Code Component using CSS Flex Box

@iqra0001

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


Any kind of feedback would be appreciated.

Community feedback

Danilo Blas 6,300

@Sdann26

Posted

Hi iqra0001!

Regarding the design you have done well but try to remove the comments from your HTML as it is creating conflicts in the frontend mentor report.

Also change the <div class="main-container"> to <main class="main-container"> as it is semantically more accurate to use it in this context and in the end it has the functionality of encompassing all the main content of your project, being necessary to always put only one inside the body.

Don't forget to generate a new report after correcting so that the challenge comes out without any error.

If you can make the card slightly larger so that the word to goes on the second line.

With those details it would be perfect.

Hehehe good coding!

Marked as helpful

1

@iqra0001

Posted

@Sdann26 Thank you so much for your valuable feedback. I have updated the code according to your instructions and regenerated the report too. Thankfully there are no HTML or accessibility issues now. Do let me know if any other kind of improvements are needed in the design or code.

1
Ahmed Bayoumi 6,800

@Bayoumi-dev

Posted

Hey! Congratulations on completing this challenge... You have accessibility issues that need to fix.

  • Document should have one main landmark, Contain the component with <main>.
<main>
   <div class="main-container">
      //...
   </div>
</main>

Hope this is helpful to you... Keep coding👍

Marked as helpful

1

@iqra0001

Posted

Just fixed it. Thank you so much feedback! @Bayoumi-dev

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