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

@Manojgupta103

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

BT738844 600

@BT453567

Posted

Hello there

Good effort

Another way to center the solution in the middle of the page would be the following:

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

Also your image appears to have lost its aspect ratio. Try changing the height to auto:

.pic img { width: 100%; height: auto; border-radius: 10px; }

Hope that if of some use

Regards

Marked as helpful

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