Design comparison
SolutionDesign
Solution retrospective
Any feedback would be helpful. Thank you
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.
- When you use the hover effect and
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 new.
- The best way to code a navigation is to use the unordered list (
<ul>
) inside a navigation (<nav>
).
I hope you find it useful! ๐
Happy coding!
Marked as helpful1 - When you use the hover effect and
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