Design comparison
SolutionDesign
Community feedback
- @MikDra1Posted 2 months ago
Hi,
I see your transition isn't working when we hover out of the anchor element. To repair it please try to put the transition statement into the element itself and not a :hover of this element. Here is the code:
.container a{ text-align: center; margin-right: 3.5rem; margin-top: 1rem; font-size: 1.5rem; font-weight: 800; text-decoration: none; color: hsl(0, 0%, 7%); transition: all .3s ease; } .container a:hover{ color: hsl(47, 88%, 63%); }
Hope you found this comment helpful 💗💗💗
Good job and keep going 😁😊😉
0 - @0xtemchaPosted 3 months ago
Nice job!
P.S> I would do the hover animation time a little bit quicker :D
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