Social Links Using inline blocks and Buttons in HTML and CSS

Please log in to post a comment
Log in with GitHubCommunity feedback
- @kass8mal8
Nice attempt in your solution, just a few to note:
- Use lists for your links for accessibility.
- Use <a> instead of buttons and then style them appropriately.
<ul> <li> <a href="path to your link" /> </li> ... </ul>
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