QR Code Component Flexbox CSS

Solution retrospective
I believe this is my first project here, it's been a while and I am testing the mentor path.
What challenges did you encounter, and how did you overcome them?I believe this is my first project here, it's been a while and I am testing the mentor path.
What specific areas of your project would you like help with?I believe this is my first project here, it's been a while and I am testing the mentor path.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @denielden
Hi Juan, great job!
Try to remove all
margin
fromcard
class and use flexbox to the body for center the card. Read here -> flex guideAlso set
heigth
of body to100vh
because Flexbox aligns to the size of the parent container.Hope this help and happy coding :)
Marked as helpful
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