Submitted almost 2 years ago
QR Code Component using CSS custom properties and BEM methodology
@iulso
Design comparison
SolutionDesign
Community feedback
- @asekabtwPosted almost 2 years ago
Hey great job! You can improve your code by changing:
<div class="content"></div> into ---> <main class="content"></main>Also you can add comments before classes and after closing them, because it will help to work with bigger projects. For example:
<! -- Content -->
<main class="content"> some kind of content </main> <! -- End of Content -->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