Design comparison
SolutionDesign
Community feedback
- @Sdann26Posted over 2 years ago
Hi Sudarsh!
I like it, it is well done from my point of view. Personally you could have used
h2
instead ofh1
and create ah1
with the sr-only class so that it does not appear on the screen but if the page detects it..sr-only { position:absolute ; left: -10000px; width: 1px; height:px ; top: auto; overflow: hidden; }
I mention this because usually a page usually has only one h1 and then increase one by one according to the need to put titles. Good look!
Marked as helpful1
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