QR Code Component created with HTML and CSS and used to flex box
Design comparison
Community feedback
- @newspaceracerPosted 6 days ago
Very clean and easy to follow implementation. I think you started adding the alt text but didn't actually add the value. The card is doesn't have the appropriate corner radius, and the paddings are too small, this can just be easily fixed by adding those attributed in the card.
Some suggestions would be you don't have to add the .card img selector for the image in this case that way, since it's the only image you can just select the entire element img{} instead.
The only other point is the text in the card have width and by setting a width you can get closer to the design because currently the text stretches too far to the sides within the card.
But I'm mostly nitpicking. Your implementation was very clean.
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