Design comparison
SolutionDesign
Community feedback
- @dabinderudhanPosted over 2 years ago
Hey @AlexManu05, good job completing this challenge. Keep up the good work.
Your solution looks great however when one hover on the button, the whole content moves upward. This is because you have applied border:0 to your button and border: 1px while hovering the button. You can add border:1px solid transparent to your button. this will stop the movement of the content upwards when we hover the button.
I hope this helps
Cheers Happy coding 👍
Marked as helpful1
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