Submitted 12 months agoA solution to the QR code component challenge
More responsive QR code card
@shwerts

Solution retrospective
What are you most proud of, and what would you do differently next time?
I didn't used media query this time by having some responsive CSS properties, calc()
and rem
unit used on this solution
Adjust font-size for more accuracy from design.
I've used a function called calc()
and the simple formula by dividing required font-size by 16px to get value in rem
unit.
How should I use clamp()
to make my element's font size more precise?
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on shwerts'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