Practicing CSS using Flexbox

Solution retrospective
I want to know how can the code can be made better. Product image is not visible on github but was visible on localhost. I have studied responsiveness but failed to implement so I want to know some suggestions for getting better.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Femi-Bright
Hi! Lavishq, try to always precede your relative paths with ./ when you use only / it would work locally but might not work when hosted online
Use this instead
#perfume-img { background: url(./images/image-product-desktop.jpg);
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