QR code solution by using position absolute

Please log in to post a comment
Log in with GitHubCommunity feedback
- @ri-zal
Hello, idristomy. I think a simpler solution would've been to use
display: flex;
and usingjustify-content
andalign-items
to center your.box
without using thetransform
andposition
property. However, your original solution still looks very close to the design. Good job :)Marked as helpful
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