Submitted almost 2 years ago
QR Code Component using raw html and css
@lifeoflikhon
Design comparison
SolutionDesign
Community feedback
- @hatemhenchirPosted almost 2 years ago
Hey Mehedi Hasan Likhon, how are you ? I really liked the result of your project, but I have some tips that I think you will enjoy:
- All images must have alternate text. You can do it like this <img src="./images/bg-desktop.svg" alt="say something">.
- replace <div class="container"> with <section class="container"> for semantic page. You can read more about semantic HTML here: HTML Semantic Elements.
- You don't need media query, so you can remove it.
The rest is great!
Great work, and happy coding.
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