Design comparison
SolutionDesign
Solution retrospective
Feedback would be appreciated ☺️
Community feedback
- @MinhKhangTranPosted over 2 years ago
Hi Headbwoi, nice solution!
In my opinion your hover animation of the button is a little bit to abrupt. You can use the
transition
property to have a smooth animation effect.p.e.:
.content form button { /* Your code above */ transition: all 0.35s ease-in; }
Keep coding and having fun doing it 🥰
Marked as helpful0
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