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
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


What challenges did you encounter, and how did you overcome them?

Centralizar a Div

What specific areas of your project would you like help with?

O tamanho do H2

Community feedback

@Mar1362

Posted

Hi friend this is a clean code there! I really like the way you coded this challenge. The only thing that i would mention is that it's better using semantic HTML nowadays. I mean, instead of doing

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

you may want to do the following

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

i did the challenge it's been a while and i was really pathetic at it and i havenn't corrected it yet but now i am improving and i want to share what i learned

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