QR Code Card using Bootstrap

Solution retrospective
How do you start without the bootstrap element? What is the best tool to use for alignment? Flexbox or Grid? Is my code clean?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @rymnddev
Good work.
I personally use Tailwind CSS for styling, but you could even use just plain old CSS if you wanted to try making the card yourself. Just break done the card into all it's different parts.
I prefer using Flexbox for alignment if I have multiple elements or need to center vertically, but if it's just one I will very often use margin: 0 auto;
Join 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