social link with CSS style sheet and HTML5

Solution retrospective
this challenge was really challenging but i'm truly proud that i could've accomplish it
What challenges did you encounter, and how did you overcome them?centering the image was a bit challenging but i knew how to do it
What specific areas of your project would you like help with?...
Please log in to post a comment
Log in with GitHubCommunity feedback
- @ShaunPour
The active button property is missing. The buttons are supposed to change to the green shade used for the location for the background color with black text and the cursor property set to the value of pointer when moused over.
You can fix this by setting a new css selector as button (or a class used for all the buttons if you have that) like so:
cursor: pointer; background: hsl(75, 94%, 57%); color: hsl(0, 0%, 0%); }
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