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

Product preview card component

Sithum Gimharaβ€’ 50

@sithum-gimhara

Desktop design screenshot for the Product preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

Lucas πŸ‘Ύβ€’ 104,420

@correlucas

Posted

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

Your solution is really good done, also the design elements. The only thing you really need to improve is the image responsivity, there's an issue that the image is not scaling with its proporpotions. Here's my tip to fix that:

Add display: block and max-width: 100% to the imgselector to make the image fully responsive. And object-fit: cover to make the image crop inside the column:

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

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

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