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

ProductCard

@akshaykumarmondal

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 am finding difficulty regarding the setting of image according to media query. Its running in my browser but when i am trying to run through the repository it is showing the value of alt attribute of image tag instead of image

Community feedback

@cgrkzlkn

Posted

Great job! I see the issue you mentioned, it is because src attributes in your img elements.

Update them as follows:

src="/images/image-product-desktop.jpg" to src="./images/image-product-desktop.jpg"

src="/images/image-product-mobile.jpg" to src="./images/image-product-mobile.jpg"

Marked as helpful

0

@akshaykumarmondal

Posted

@cgrkzlkn It's working. Thanks a lot sir. Kudos to you.

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