Responsive QR Code component challenge using HTML & CSS

Solution retrospective
Proud of completing yet another frontend mentor's challenge
What challenges did you encounter, and how did you overcome them?No Challenge, this is so basic.
What specific areas of your project would you like help with?None
Please log in to post a comment
Log in with GitHubCommunity feedback
- @i000o
- Your card could use some
border-radius
and somepadding
so the content is not so close to the edge. - You can also add a
box-shadow
to the card for extra impact. - Your design isn't responsive. You can use
display: flex;
,flex-direction: row;
withjustify-content: center;
andalign-items: center;
to help the content size down as you shrink the viewport.
Marked as helpful - Your card could use some
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