Design comparison
SolutionDesign
Community feedback
- @lrdelmarPosted 5 days ago
The hover state for the social links are missing, they can have a blank destination if you don't want to point them anywhere specific. You created them as a list, you can easily add anchor elements to these and set :hover and :focus so that these are accessible.
<li><a href="#">GitHub</a></li>
li:hover, li:focus {}
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