Design comparison
Solution retrospective
This my first time using grid. some tip and advice for grid will be greatly appreciated
Community feedback
- @VenusYPosted 9 months ago
Well done on completing this challenge! You've done a very good job at not only making it look like the design but also making it responsive as well.
I did notice one minor issue, however, which is that the 'Popular', 'Trending', and 'Categories' page links are partially not links because the last few characters of each word are not wrapped inside the anchor tag.
<li><a href="#">Popu</a>lar</li> <li><a href="#">Tren</a>ding</li> <li><a href="#">Cate</a>gories</li>
This makes it so that the user has to interact with the first half of the word in order to use it because the focus styles don't apply to the parts of the words outside the anchor tags.
You can fix this issue by simply moving those parts of the word inside the anchor tags.
Marked as helpful0
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