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

@beatrizvsgoncalves

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


  • I had a hard time getting the image and text next to each other.
  • Please give me suggestions on what I should improve.
  • And in my tests everything was fine, but on the hosted site the mobile image is not showing up and I couldn't identify the cause.

Community feedback

Indira 120

@indy-stack

Posted

If you are having issues with the images it is probably because of the relative path since you are using gitHub pages try adding ./ to the image path like this hope it helps :):

<picture> <source media="(min-width: 600px)" srcset="./images/image-product-desktop.jpg"> <img src="./images/image-product-mobile.jpg" alt="Imagem do Perfume Gabrielle da CHANEL"> </picture>

Marked as helpful

1

@beatrizvsgoncalves

Posted

@indy-stack Oh thanks so much for replying, I'll try your suggestion later and let you know if it works. 😁

1

@beatrizvsgoncalves

Posted

@indy-stack I tested it now and that was indeed the problem. Thank you very much for helping me!

1
Indira 120

@indy-stack

Posted

@beatrizvsgoncalves I'm glad I was able to help.

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