Design comparison
SolutionDesign
Community feedback
- @solvedbiscuit71Posted over 2 years ago
Hi there, good work on your solution
Your solution is almost perfect but there are some issue in your code,
- There no need for a box-shadow on the
.body-card
as there is a visual difference between the background color and the card's bg color. - Instead of using
margin-top: 40px
on.body-card
usedisplay: grid;
withplace-content: center;
on thebody
will automatically center it.
NOTE: set
min-height: 100vh
on thebody
for the (2) feedback to take effect.Marked as helpful0@Edgar-MezaPosted over 2 years ago@solvedbiscuit71 Thank you for your comment, I will take your recommendations into account.
0 - There no need for a box-shadow on the
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