Design comparison
SolutionDesign
Community feedback
- @darkogjPosted 4 months ago
-
Instead of <div id="center">, try a <main> tag to make the code more semantic.
-
No need to wrap the image inside "qr-container".
-
Not sure why you're wrapping the text inside a separate div.
-
You prob want to apply display: flex to the container which contains the card, which in turn contains the qr image/h1/p. And then center things from there.
0 -
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