Design comparison
SolutionDesign
Community feedback
- @phtm-haruPosted 3 months ago
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
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