Design comparison
SolutionDesign
Solution retrospective
any kind of recommendation is accepted
Community feedback
- @mattstuddertPosted over 4 years ago
Nice work on this challenge, Sahas! As Douglas mentioned, your page isn't scrolling. This is because you've got
overflow: hidden;
on the.container
, which should be removed. Also, you're using adiv
with a class of.l-heading
for the main heading. Ah1
would be a much better element to use here as it actually adds to the content hierarchy, whereas thediv
element is just a generic structural element.Keep up the great work!
1
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