Design comparison
SolutionDesign
Community feedback
- @nurularifin83Posted about 2 years ago
I look like you got a warning for a level-one heading. In my case, I just put this code
<h1 class="visually-hidden">Profile card component examples</h1>
below<main>
. Because I use bootstrap then I just need to put visually-hidden for class to hidden the text. If you did not use bootstrap then just make like this<h1 style="display: none">Profile card component examples</h1>
. Hope it can help you.Marked as helpful0
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