Design comparison
SolutionDesign
Solution retrospective
I am still quite unsure in display and positioning part and how they work exactly but will get around it eventually
Community feedback
- @AnoshSohailPosted about 1 year ago
Hey, Good job on finishing this project. There is one thing which will improve your HTML code. Use semantic HTML For example instead of
<div class= qrcode-box>
use<main class="qrcode-box">
Same for<div class = "attribution">
use<footer class=attribution>
Marked as helpful1
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