Submitted about 2 years ago
Responsive QR code component, first challenge using HTML and CSS
@moe-ka
Design comparison
SolutionDesign
Community feedback
- @correlucasPosted about 2 years ago
👾Hello Moaka, congratulations for your new solution!
Your solution design and code is just perfect, is really fluid and responsive. I liked the work you've done here. The only thing you're missing here is the
main
to replace the container div and a margin to avoid the component touching the screen edge, so you can add a margin of 24px in the body to create this small gap between screen and card. You can also remove theheight
to have a container even more responsive. See the code below:.container { background-color: hsl(0, 0%, 100%); width: 280px; margin: 24px; }
👋 I hope this helps you and happy coding!
Marked as helpful0@moe-kaPosted about 2 years ago🤗thank you @correlucas. helpful solution. I will modify it
0
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