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

building-repsonsive-layout

dcx2024 110

@dcx2024

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

@hcolmenares

Posted

It looks like the page doesn't display your image because you forgot the dot at the start of the path:

<img class="img" src="/image-product-mobile.jpg" alt="product-img">

It should be something like this:

<img class="img" src="./image-product-mobile.jpg" alt="product-img">
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