Design comparison
SolutionDesign
Community feedback
- @nurularifin83Posted about 2 years ago
I'm looking like you got the error for the level-one heading. here is my solution for you:
- Put this code
<h1 class="visually-hidden">QR code component examples</h1>
below<main>
, if you use bootstrap just put this class class="visually-hidden" for hidden text. If you did not use bootstrap then just make like this<h1 style="display: none">QR code component examples</h1>
. Hope it can help you.
Marked as helpful1 - Put this code
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