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

Responsive social links profile component

@Nrobke

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

Haru 50

@phtm-haru

Posted

Congratulations on finishing the challenge. 🎉 I see you are still trying to improve it, keep up the good work 👍🏻

I have a suggestion for the social links hover state, you can change the cursor to pointer with this:

.profile-links li:hover{
  color: hsl(0, 0%, 8%);
  background-color: hsl(75, 94%, 57%);
  cursor: pointer;
}

I hope you find it usefull 🙏🏻 Happy Coding 👩🏻‍💻

1

@Nrobke

Posted

yes it is helpful and thank you so much.

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