Design comparison
SolutionDesign
Solution retrospective
I used the <img> tag to insert the QR image provided to the HTML code.
Community feedback
- @danielmrz-devPosted 8 months ago
Hello @Opondo-r!
Your solution looks excellent!
I have just a couple of suggestions:
š Use
<main>
to wrap the image and the text so they are not placed directly on the body.š Use this to place the card in the middle of the page:
body { min-height: 100vh; display: flex; justify-content: center; align-items: center; }
I hope it helps!
Other than that, great job!
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