Submitted over 1 year ago
Responsive product component using CSS Flex box and Grid
@Warmarth
Design comparison
SolutionDesign
Community feedback
- @hitmorecodePosted over 1 year ago
Congratulations well done. Just a few thing you can change
body { /* width: 90vw; */ /* remove this, this is preventing the card to be in the middle of the page. */ min-height: 100vh; /* change to this */ display: grid; place-items: center; background-color: var(--cream); }
0
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