Submitted over 2 years ago
This is a component of QR code which is developed using HTML and CSS
@ManjariU
Design comparison
SolutionDesign
Community feedback
- @correlucasPosted over 2 years ago
๐พHello Manjari U, congratulations for this amazing solution!
I saw your solution and everything is fine, but if you note you can see that the image is a little bit bigger than the reference, this is why you've add
max-width: 400px
to the container, the correct size is320px
. See the corrections below:img { display: block; max-width: 100%; }
@media (min-width: 500px) .container { width: 320px; }
Hope it helps and happy coding!
Marked as helpful1@ManjariUPosted over 2 years ago@correlucas Hey thank you for reviewing my code. Will work on the suggestion. Happy Coding ๐ซ
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