Design comparison
SolutionDesign
Solution retrospective
what i found challenging in this task was to use the media query for responsivness
Community feedback
- @KeremBakanPosted almost 2 years ago
You should use
<main>
tag it is semanticly important. Every page should have<h1>
tag because it is important for screen readers. If you want to add<h1>
tag but making it only visible for screen readers you can use something like this..sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }
Happy Coding 😊
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