Design comparison
SolutionDesign
Community feedback
- @LolontorPosted 4 days ago
Nice work done. You can use the anchor element instead of li elements since the social links will lead you to actual social pages in a real-world application. Also, you can't use the keyboard to focus on li elements. So either you use a button or an anchor tag.
1@KapteynUniversePosted 3 days ago@Lolontor Combining them (not button, a and list) would be even better. That is a list
<ul> <li><a href="#">GitHub</a></li> <li><a href="#">Frontend Mentor</a></li> <li><a href="#">Linkedin</a></li> <li><a href="#">Twitter</a></li> <li><a href="#">Instagram</a></li> </ul>
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