Submitted about 1 year ago
nft-preview-card-component-main HTML and CSS
@MuhammadQasimFiaz
Design comparison
SolutionDesign
Community feedback
- @hitmorecodePosted about 1 year ago
Nice well done. Just one tip.
- When going to small screen size the background does not fill the entire page, there is a white section at the bottom of the page. Here is how you can fix it (see below)
.main { display: grid; align-items: center; justify-items: center; min-height: 100vh; /* change to this */ font-family: "Outfit", sans-serif; background-color: hsl(217, 54%, 11%); }
Marked as helpful0@MuhammadQasimFiazPosted about 1 year ago@hitmorecode Thanks a lot. It is very helpful for me.
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