Design comparison
SolutionDesign
Community feedback
- @hitmorecodePosted over 1 year ago
Congratulations well done. You can do just one small thing to make the hover animation smoother. If you add
transition: background-color 150ms ease-in-out;
to the button, it will make the hover animation much smoother. For the cancel order and changetransition: color 150ms ease-in-out;
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