Design comparison
SolutionDesign
Solution retrospective
hi, i have a problem in making the circle around the icon to change its color when the cursor is hovering above them. i'd be so thankful if anyone can help me:)
#i also dont know why frontendmentor cant show the icon in the bottom eventhough the vercel app is working just fine with showing the icon
Community feedback
- @gelizabethPosted almost 4 years ago
Hi! You are changing color on hover in
.fab:hover {color: hsl(300, 69%, 71%);}
adding thereborder: hsl(300, 69%, 71%) 0.08rem solid;
should work.1@sitiannisa13Posted almost 4 years ago@gelizabeth i try it and it works, thank you:)
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