social-link using sass preprocessor and flex-box

Solution retrospective
When creating a menu of links, I encountered the problem of not being able to make the link clickable to the entire element (item). I solved this problem by nesting the <li> element inside the <a> element and thus the link became clickable to the entire element (item). I know that my solution to the problem is a mistake, since the <li> element should remain in the <ul> or in the <ol>, but I had no choice :O
Please log in to post a comment
Log in with GitHubCommunity feedback
- @jfigueroa24
Muy bueno el proyecto, mi aporte es que tengas en cuenta el uso de estructuras semanticas como article section y main para un mejor SEO de cualquier pagina web, tambiem muy importante tener en cuenta que al momento de interactuar con la lista era mediante la pseudoclase "active" y tu usaste "Hover", quitando eso muy buen trabajo, otro granito para ser mejor cada dia.
Join 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