Submitted about 3 years ago
Semantic HTML5 markup, CSS3, Flexbox, Grid
@Babajide777
Design comparison
SolutionDesign
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.
Community feedback
- @Dharmik48Posted about 3 years ago
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 helpful1 - At default state, the buttons don't have a border, and when in
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