Design comparison
SolutionDesign
Community feedback
- @hcolmenaresPosted 3 months ago
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 GitHubJoin 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