Design comparison
SolutionDesign
Community feedback
- @aniket167779Posted almost 2 years ago
Replace <div class=""> with the main tag and <h3> with <h1> to fix the accessibility issues. click here for more on web-accessibility and semantic html
* { margin: 0; padding: 0; box-sizing: border-box; }
Resets the pages default margin and padding for the entire html file. This will allow you to have more control when you are styling specific elements.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