
Design comparison
Solution retrospective
Hi All,
Please let me know how can I improve my design .
Thanks
Community feedback
- @FluffyKasPosted over 3 years ago
Heya, good start on this challenge! There's a few things you could improve:
-
There are a few ways to center your component. One of them would be:
min-height: 100vh
,display: grid
,place-items: center
on thebody
. -
Instead of
width: 80%
on the card you could domax-width
. Using % is probably not the best choice of unit here, I'd stick to px/rem. -
Your buttons: they use the browser's default font-family, you need to set them specifically. Also, if you give them the same border you gave for hover state, that will keep them form jumping a bit.
Good luck ^^
Marked as helpful0 -
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