Design comparison
SolutionDesign
Solution retrospective
Feedback Welcome!
Community feedback
- @blakelyonsPosted 9 months ago
Looks good. One small change I would recommend to remove the jink (the button causing the section jitter) would be to do the following:
- In the dormant state of the button instead of making the button's border =
border: none;
make it the same as the hover effect but the border color is transparent:border: 2px solid transparent
. - Add a transition for a smoother hover effect:
transition: all 300ms ease;
1 - In the dormant state of the button instead of making the button's border =
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