Design comparison
SolutionDesign
Solution retrospective
I just started HTML and CSS and I have a long way to go, so I would appreciate any tips :)
Community feedback
- @daniel-ribasPosted about 1 year ago
I would suggest to use this CSS code to centralize your QRCode card:
html, body { height: 100vh; display: flex; justify-content: center; align-items: center; }
1
Please log in to post a comment
Log in with GitHubJoin 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