Submitted 4 months ago
developed QR code component using css and html.
@nipungunarathna
Design comparison
SolutionDesign
Community feedback
- @RKennedyyPosted 4 months ago
Looks good!
One thing I would mention is to add some padding to your .box class :
.box { background-color: white; border: 2px ; border-radius: 20px; margin: auto; width: 320px; height: 473px; padding : 10px; }
And maybe just the background color of the body :
body{ background-color: hsl(212, 45%, 89%); }
But with that said its a great attempt!
0@nipungunarathnaPosted 4 months ago@RKennedyy thank you for your valuable feedback..
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