QR Code Component using SCSS

Solution retrospective
If anyone has some feedback, it would be very appreciated!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @LoaiEsam37
add role main to your <div class="card"> tag like this <div class="card" role="main"> or you can just do it like this <main class="card"> and the idea here is to make it more easier for screen readers to know where is the main content and you can also use something like <nav> , <footer> and <sidebar> tags for the same reason.
Join 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