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

Flex box

Ehab Nada 120

@hopamnada

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

Travolgi 🍕 31,420

@denielden

Posted

Hi Ehab, I took some time to look at your solution and you did a great job!

Also I have some tips for improving your code:

  • add main tag and wrap the card for Accessibility
  • remove all margin from card class because with flex they are superfluous
  • add min-heigth: 100vh to .container class because Flexbox aligns to the size of the parent container
  • add align-items: center; to .container class for center the card vertically. Read here -> best flex guide
  • instead of using px try to use relative units of measurement -> read here

Overall you did well :)

Hope this help and happy coding!

Marked as helpful

0

Ehab Nada 120

@hopamnada

Posted

@denielden Thank you so much Deniel, This comment helped me a lot.

1

@optimusprime202

Posted

Hey @hopamnada, Congratulations, you got it right!

0
Hexer 3,660

@Phalcin

Posted

Great work overall man. Keep it up

0

Ehab Nada 120

@hopamnada

Posted

@Phalcin Thank you bro

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