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 page

@pelzfx

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

Adeola Ganiu 1,320

@Deolabest

Posted

Hey @pelzfx, Congratulations on completing this challenge!

Here is my feedback:

  • Below is what the body should look like to center the container. The margin-top: 250px; you added is not necessary.
body {
    min-height: 100vh;
    background-color: hsl(30, 38%, 92%);
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

Keep doing a good job!

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