Semantic HTML5 markup, CSS3, Flexbox, Grid

Solution retrospective
I used CSS grid for the first time in this project. Kindly tell me how it turned out and the things I should have done better. Thanks.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Dharmik48
Hey👋,
Your solution is nice! But.. I found a couple of issues:
- At default state, the buttons don't have a border, and when in
hover
state you are adding aborder
so the content above it moves up by a bit, so add a transparent border to normal state. - Also you have not add any
hover
states to buttons, so add it with sometransition
.
Keep it Up👍
Marked as helpful - At default state, the buttons don't have a border, and when in
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