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

Exgomes 10

@Exgomes

Desktop design screenshot for the QR code component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

hitmorecode 6,270

@hitmorecode

Posted

Nice well done. The card is not in the middle of the page, you can fix this (see below). Make it a habit of using min-height: 100vh; on the body

body{
    background-color: rgba(0, 50, 255, 0.2);
    min-height: 100vh; /* add these three lines */
    display: grid;
    place-items: center;
}

Marked as helpful

0

Exgomes 10

@Exgomes

Posted

Thank you very much for your feedback, I'm just starting out and any suggestions are welcome.@hitmorecode

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