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

@Juarrison

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


Hi everyone, I hope you like my solution and I am attentive to any question or suggestion you have. Cheers!

Community feedback

Lucas 👾 104,420

@correlucas

Posted

👾Hello Franco, congratulations for your new solution!

👏 Great start and great first solution! You’ve done really good work here putting everything together. Your solution is really complete and fully responsive. The only advice I have for you is about using a CSS RESET, because something that can be a time saver for you is to use this CSS RESET to remove all default settings for margins, making the images easier to work, see the article below where you can copy and paste this css code cheatsheet: https://piccalil.li/blog/a-modern-css-reset/

✌️ I hope this helps you and happy coding!

Marked as helpful

0

@Juarrison

Posted

Hello, @correlucas. Thank you very much for your comment. I'm going to review the documentation you sent me to improve the implementation of the code. Greetings and good start to the week.

0
Hyron 5,870

@hyrongennike

Posted

Hi,

Great job on the challenge, just few suggestions on the body rule add min-height: 100vh to center the card on the page and on the card you can make the following adjustments just to scale the card down.

article {
    max-width: 280px;
    padding: 1rem;
}

The max-width you can play width until you feel it is similar to that of the design.

Hope that helps.

Marked as helpful

0

@Juarrison

Posted

Hi @hyrongennike. I just tried the changes you suggested and I think it has improved the design of the challenge. Thank you very much for your observation, I will update the challenge shortly.

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