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

Mikhael 120

@mikhael7

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

@lukejans

Posted

**Hey, Mikhael! I Love the look of thus result but have a helpful tip that I'm sure you'll enjoy to get that content to the center of the page **

HTML:

<body>
       <div class="wrapper">
 
       ... YOUR CODE ...
    
       </div>
</body>

CSS:

.wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    min-height: 100vh;
    width: 100vw;
}

you can view my solution here but please note the class i use in my code is container instead but has the same result as its just a name

If this was helpful I would greatly appreciate if you marked this as helpful. Thanks! Happy Coding, Luke!

Marked as helpful

1

Mikhael 120

@mikhael7

Posted

@lukejans Hey, Luke. Thank you for the tip! 😁👍

1

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