Responsive Social Links Profile

Please log in to post a comment
Log in with GitHubCommunity feedback
- @JesNetWD
Your code looks good. But you should change the color of your button when its set to hover.
button:hover { background-color: hsl(75, 94%, 57%); }
You could also change the color of the attribution, It's not easy to see it against the background-color.
.attribution { color: hsl(0, 0%, 100%); }
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