Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Social Links Using inline blocks and Buttons in HTML and CSS

@Sanjaysammathew

Desktop design screenshot for the Social links profile coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

caseem 330

@kass8mal8

Posted

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 GitHub
Discord logo

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