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

prudect-card

@Mohamed8754

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

Hanana 170

@meantoes

Posted

hi! congrats on completing the challenge⭐ I have some suggestions that might interest you,

  • wrap the whole content in the <main> tag instead of the div .container

  • use alt attribute for the perfume image

for the css, use this trick to center the container

  • add these properties to your body element
    
    body {
        /* -- */
        display: flex;
        align-items: center;
        min-height: 100vh
    }

hope this helps

Marked as helpful

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