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 Link Profile

netkct 60

@netkct

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

@Mar1362

Posted

hi friend i really appreciate the render it's a clean job. Now, in order to change the cursor appearance when you pass over a link you should use the css property cursor: pointer;

Also, you don't need to wrap the ''London, United Kingdom'' into a <p> tag

And instead of using div for your buttons you may want to use the following instead since it is a list of link referring to Jessica's social accounts

<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>

Hope this help you improve my friend! let's improve together :0

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