Design comparison
Community feedback
- @correlucasPosted about 2 years ago
πΎCiao Alana, congratulations for your new solution!
Your solution is just great, everything seems beautiful and responsive. This is really great for your second solution!
The only advice for your is to clean a bit your
html structure
you can clean everything and have only the<main>
wrapping everything (img, h1 and p) without any div.See the html structure ideal for this challenge:
<body> <main> <img> <h1></h1> <p></p> </main> </body>
Here's my solution for this challenge if you wants to see how I build it: https://www.frontendmentor.io/challenges/qr-code-component-iux_sIO_H/hub/qr-code-component-vanilla-cs-js-darklight-mode-nS2aOYYsJR
π I hope this helps you and happy coding!
Marked as helpful0
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