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 Card

@stephany247

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 challenges did you encounter, and how did you overcome them?

I didn't encounter any challenges.

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

I'd would really appreciate any feedback.

Community feedback

@kewuyemi1

Posted

Hi , you design looks good but i'll like to give you a suggestion. The easy way to put a line over a text is by using the text-decoration att ribute instead of using the pseudo code ::before or ::after.

p { text-decoration: line-through; } also about changing image during responsive. i'll suggest using <picture> tag

<picture> <source media="(min-width: 36.875rem)" srcset="images/image-product-desktop.jpg">
      <img src="images/image-product-mobile.jpg" alt="image product">
    </picture>

Marked as helpful

0

@stephany247

Posted

Thank you for the feedback @kewuyemi1

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