Design comparison
SolutionDesign
Solution retrospective
When hovering over the buttons, the margin size seems to increase. Is there an efficient way to stop this from happening?
Community feedback
- @FluffyKasPosted about 3 years ago
Hey, add the same border for the buttons that you have on their hover state, that should keep them from jumping :) You could also center you component by using
min-height: 100vh
,display: grid
,place-items: center
on thebody
! Otherwise really nice work :)Marked as helpful1@GColvillePosted about 3 years ago@FluffyKas
Hey, thank you very much for the advice :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