Submitted 6 months ago
Social Links Using inline blocks and Buttons in HTML and CSS
@Sanjaysammathew
Design comparison
SolutionDesign
Community feedback
- @kass8mal8Posted 6 months ago
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>
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