Design comparison
SolutionDesign
Solution retrospective
all feedbacks would be appreciated
Community feedback
- @MelvinAguilarPosted 10 months ago
Hello there ๐. Good job on completing the challenge !
I have some suggestions about your code that might interest you.
- You should enclose the
<nav>
tag within a<header>
tag.
- When you use the hover effect or
cursor: pointer
on an element, it usually implies interactivity. To enhance user experience, consider wrapping all the news in an <a href="#"> tag. This way, users can click on it, expecting some action, like navigating to a page with more information about the news.
I hope you find it useful! ๐
Happy coding!
1 - You should enclose 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