
Design comparison
SolutionDesign
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; }
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