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 Card

Trevorβ€’ 200

@Tactenator

Desktop design screenshot for the NFT preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Hello, everyone!

Feel really good about this one! No real difficulties.

Only thing I ask is if something is glaringly wrong or could be done better to please let me know! Thank you very much!

Community feedback

Lucas πŸ‘Ύβ€’ 104,420

@correlucas

Posted

πŸ‘ΎHello Trevor, congratulations for your new solution!

As always a great solution! The only thing I think you should change is the properties to make the image responsive, note that when the card scales the image lose its proportions.

Here's my tips for you to fix the image responsiveness:

ADD display: blockand max-width: 100% and object-fit: cover to make the image auto-crop when resizing inside the column:

img {
    display: block;
    object-fit: cover;
    max-width: 100%;
}

πŸ‘‹ I hope this helps you and happy coding!

Marked as helpful

1

Trevorβ€’ 200

@Tactenator

Posted

@correlucas Hello Lucas!

Ah, I did indeed forget that. Thank you for catching that. I will fix that right away.

Thank you once again for your help! It is truly greatly appreciated :)

Take care!

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