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

My solution of the first Frontend mentor challenge.

@Avantiermv

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


All help is welcome!

Community feedback

P
visualdennis 8,375

@visualdenniss

Posted

Hi there, great job completing the challenge successfully! Looks good overall.

To match the design even further, i d have following suggestion: instead of giving a fixed height of 560px, which results in too much extra space at the bottom of the card, you could give a padding-bottom: 20px e.g. or any value u prefer.

section#Inicio { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: white; width: 350px; padding-bottom: 20px border-radius: 15px; overflow: hidden; }

Hope you find this feedback helpful!

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