Submitted 9 months agoA solution to the QR code component challenge
Frontend Mentor - QR Code Challenge 01
@Kaizenn

Solution retrospective
What are you most proud of, and what would you do differently next time?
Next time, I would like to make the HTML more readable by writing semantic CSS classes, for example: .qs-code-block .qr-code-block__title .qr-code-block__description ...
Then, use Tailwind's modularity to define these classes:
.qr-code-block__title { @apply text-lg font-bold text-primary mb-2; }
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Kaizenn's solution.
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