Responsive landing page using Grid & Flexbox

Solution retrospective
Feedback on container expanding when hovering over buttons & centering 3 columns on desktop spread.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Karrar-Hussein
The reason that your buttons are expanding when hovering over them is because that you're creating the border in the
:hover
state, instead you should be adding it along with your button styles.
Join 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