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

P

@flaviocmb

Desktop design screenshot for the Product preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


What are you most proud of, and what would you do differently next time?

Besides flexbox, I'm proud the way I handle the images and the little details to keep the components precise and loyal to the project.

What challenges did you encounter, and how did you overcome them?

I've noticed the fact that we must set width to both the image and the content on the desktop version. That's because of flexbox.

You won't get things done without understanding these:

img, picture {
    max-inline-size: 100%; /* max-width: 100%; */
    block-size: auto;
    display: block;
}

If you use , you will have to set width for the and the .

What specific areas of your project would you like help with?

Found that firefox handles height differently for some components so the overall height is different from Chrome, for example.

Feel free to comment anything. Thank you for your attention!

Community feedback

@FredTagleLL

Posted

es increible te quedo igual excelente

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