Design comparison
SolutionDesign
Community feedback
- @oshudevPosted 5 months ago
Hello there 👋. Good job on completing the challenge !
- When writing HTML, you should always use proper landmarks for Accessibility. For Example:
<body> <main> <div class="container"></div> </main> <footer></footer> </body>
- You forgot the active state when the link is hovered or clicked.
Overall great job!🎉
Happy coding!
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