Design comparison
Solution retrospective
When hover over the background on the anchor texts, the links do not change color. The text color change only when I move the mouse to the actual links. Is there a way to make the text color change when I move the mouse to the grey background as well?
Community feedback
- @ClickClickKatePosted 10 months ago
Try referencing the container your links are in to change the background color of the whole box nor just the link. I can see in your css you have referenced the a link for styling so that would only change the actual link. You have two classes, active and active link that you haven't styled. Try one of those for the whole background. I organised mine a tad differently then you, but principal the same. Change container link text is in, not just the link. Hope that helps.
0
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