Design comparison
SolutionDesign
Solution retrospective
First time trying Bootstrap on one of these any tips on things I can change to improve would help! Ran into a few issues one) with the width of the columns, couldn't get them as thin as I wanted on desktop. Two) with the active state of the buttons when hovering the bottom of the card would expand slightly. -Thanks
Community feedback
- @denieldenPosted almost 3 years ago
Hi Ty, The expansion of the box is caused by the
:hover
state because theborder-width
changes. To fix it you have to keep the sameborder-width
thickness in the various states or assign a fixedheight
to the boxes.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