Design comparison
SolutionDesign
Solution retrospective
I had issues with mobile responsiveness
Community feedback
- @matiasluduena23Posted about 1 year ago
Hi Valeria! Good work!!! Just one advice.
- Your buttons on hover move the height of the card, to fix this you can set a
border: 2px solid transparent
on your button. The movement occurs because hovering adds the border, but if the border is already there, the jump will be prevented. - Maybe this help you with the responsive.
Good code!!!
0 - Your buttons on hover move the height of the card, to fix this you can set a
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