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 Review

@tflinch

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?


@media (max-width: 500px) {
  .container {
    display: flex;
    flex-direction: column;
    height: 50rem;
    margin: 2rem;
    
  }

  .img-container {
    height: 50%;
  }

  .img-container img {
    height: 100%;
    object-fit: cover;
    border-radius: .5rem .5rem 0 0;
  }
}

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

I had challenges deploying my application. First time deploying a react app.

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

Learning how to deploy different applications to free sources would be nice,

Community feedback

Sergiy 880

@MrSeager

Posted

🤨

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