Design comparison
SolutionDesign
Solution retrospective
Feedback is very welcome!
Community feedback
- @MelvinAguilarPosted 12 months ago
Hello there ๐. Good job on completing the challenge !
I have some suggestions about your code that might interest you.
- Wrap the page's whole main content in the
<main>
tag.
- Although the number
76
is the largest text in the component, it doesn't necessarily mean it should be an<h1>
. Headings carry a hierarchy and serve to structure content. In your solution, having the most prominent heading as a number might not accurately describe the component's content. . Source ๐
I hope you find it useful! ๐
Happy coding!
Marked as helpful0 - Wrap the page's whole main content in the
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