Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

nft-preview-card-component-main HTML and CSS

#bootstrap#sass/scss

@MuhammadQasimFiaz

Desktop design screenshot for the NFT preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

hitmorecode 6,270

@hitmorecode

Posted

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 helpful

0

@MuhammadQasimFiaz

Posted

@hitmorecode Thanks a lot. It is very helpful for me.

0

Please log in to post a comment

Log in with GitHub
Discord logo

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