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

Guido 660

@guido2288

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


Hi guys! it was my first time using Tailwind css. once you get it, I find it easier and faster than regular css.

Community feedback

Hyron 5,870

@hyrongennike

Posted

Hi @guido2288,

Congrats on completing the challenge

You can replace your body rule with the following to center the card on the page.

.bg-Cream {
    --tw-bg-opacity: 1;
    background-color: hsl(30 38% 92% / var(--tw-bg-opacity));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
}

Also check the report above there are issue. Hope this is helpful.

Marked as helpful

0
Lucas 👾 104,440

@correlucas

Posted

👾Hello Guido, Congratulations on completing this challenge!

Your solution its almost done and I’ve some tips to help you to improve it:

Using <picture> you’ve more control over the elements and its better than using the product image as <img> or background-image. Look that for SEO and search engine reasons it isn't a better practice to import this product image with CSS since this will make it harder to the image. You can manage both images inside the <picture> tag and use the html to code to set when the images should change setting the device max-width depending of the device (phone / computer) Here’s a guide about how to use picture: https://www.w3schools.com/tags/tag_picture.asp

✌️ 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