Design comparison
Solution retrospective
I struggled with keeping image intact from desktop to mobile version. From 800px the image would shrink. Not exactly sure i used @media query in a right way.
P.S. why when i upload my project via GitHub "Live site URL" is not showing my project right ?
Can anyone help. Thank you
Community feedback
- @AdrianoEscarabotePosted about 2 years ago
Hi Maz, how are you?
Welcome to the front-end mentor community!
I really liked the result of your project, but I have some tips that I think you will enjoy:
I noticed that the perfume image is not appearing to solve this we can make this change:
<img src="./images/image-product-desktop.jpg" alt="Perfume" />
The rest is great!
I hope it helps... 👍
Marked as helpful0 - @Dk-RathodPosted about 2 years ago
Hi Dear, very good Try, I have a solution for the image not showing problem, Try to change the source address of the img tag in "index.html", Change source address "/images/image-product-desktop.jpg" to "images/image-product-desktop.jpg" and remove "/" from ending of img tag . Wish you happy Learning.
Marked as helpful0
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