Design comparison
SolutionDesign
Solution retrospective
What challenges did you encounter, and how did you overcome them?
Solutions works fine when opened using chrome showing all stars and background wave images, but on netlify it show with no star images and no background. Please help.
Community feedback
- @0xabdulkhaliqPosted 7 months ago
Hello there 👋. Congratulations on successfully completing the challenge! 🎉
- I have a suggestion regarding your code that I believe will be of great interest to you.
FIXING BROKEN IMAGE URLS :
- " Solutions works fine when opened using chrome showing all stars and background wave images, but on netlify it show with no star images and no background. Please help ", Don't worry that's happening because of using wrong url to fetch image we can easily fix it by adding the correct path of image.
- Here's the updated rule to fix the error,
.reviews .icon::before { background-image: url(../images/icon-star.svg); }
.
I hope you find this helpful 😄 Above all, the solution you submitted is great !
Happy coding!
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