Mobile first QR code component using HTML, CSS and Bootstrap
Design comparison
Solution retrospective
How do I increase border radius using Bootstrap?
Community feedback
- @SheGeeksPosted almost 2 years ago
Add a class of
rounded-#
replacing the number sign with any number from 0-9. If you're going to apply this to the image instead of the div, you may need to remove the existingborder-radius
styling on the image. You can find more documentation on this here.I like the way you incorporated your attribution into the layout. I would go with a lighter/paler blue than the QR code and slightly smaller text than the rest of the card to create some visual hierarchy with your attribution.
Hope these suggestions are helpful and nice work. Keep coding!
Marked as helpful0@WILFLEXYPosted almost 2 years ago@SheGeeks Thanks for your contribution and recommendation. Well appreciated!
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