Design comparison
SolutionDesign
Solution retrospective
Any advice is welcome!
Community feedback
- @verywebdonePosted about 3 years ago
Hi, great job.
May I ask you how did you get to change the icons color (light/dark mode) when you hover them?
Quick suggestion for you also, your work would be perfect if you make the links working.
Thank you.
Marked as helpful1@DziugisLTPosted about 3 years ago@verywebdone Hover effect is achieved using
hover
pseudo-class. It would look something like this:button:hover { color: blue; }
And yeah, totally forgot about putting in links :D I'm not sure if I'll fix it, but 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