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

Fortunate 10

@Fortunate25

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

@VCarames

Posted

Hey @Fortunate25, some suggestions to improve you code:

  • Move the background-color: hsl(217, 54%, 11%); to the Body Element to have it take up the entire screen.

  • To center you content to your page, add the following to your Body Element:

body{
    min-height: 100vh;
    display: grid;
    place-content: center;
  }

Happy Coding! 👻🎃

0

Fortunate 10

@Fortunate25

Posted

@vcarames Thanks a lot buddy! funny enough I didn't see the white background on my web application. I'll do just as you said and update the solution. Thanks

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