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 [CSS Flexbox]

@pobze

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


Hello guys,

This is my solution to the challenge, can i get some of your feedback on it please?

Thanks in advanced for your feedback <3

Community feedback

@LuisJimenez19

Posted

Hello, congratulations on finishing the challenge.

It's perfect, you've got the layout right, one suggestion is better to manipulate the content from its container.

  • grid:
body {
    background-color: hsl(212, 45%, 89%);
    display: flex;
    min-height: 100vh;
    display: grid;
    place-content: center;
}
  • flex:
body {
    background-color: hsl(212, 45%, 89%);
    display: flex;
    min-height: 100vh;
    display: flex;
    aling-items:center;
    justify-content:center;
}

I hope my contribution is helpful, do not hesitate to ask if you have another question.

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