
Submitted about 2 months ago
Responsive QR Code component challenge using HTML & CSS
@BCEESAY10
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
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
Community feedback
- @i000oPosted about 2 months ago
- 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 helpful1 - Your card could use some
Please log in to post a comment
Log in with GitHubJoin 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