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

@MonicaSasGue

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


My first challenge.

All feedback is welcome.

(updated to add the "readme.md" file)

Community feedback

Josh 1,070

@josh76543210

Posted

Hello @MonicaSasGue,

Good job on your solution. Looks great!

One recommendation for you:

Remove the fixed height on your main div

.contenedor {
  height: 100%;
}

and replace it with a min-height.

.contenedor {
  min-height: 100vh;
}

This will make your page more responsive and prevent your content from being cut off on smaller screens.

Happy coding!

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