QR card component whit HTML and CSS

Please log in to post a comment
Log in with GitHubCommunity feedback
- @solvedbiscuit71
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 helpful - There no need for a box-shadow on the
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