QR Code Component

Please log in to post a comment
Log in with GitHubCommunity feedback
- @frontendstu
Hi there @MaximilianoDanielGarcia 👋
Great effort on this! 🎉
If you're wondering how to centre align the QR code component to the page give this styles a go:
body { display: grid; place-content: centre; /* Any other body styles */ }
I use these styles with any of the component challenges.
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