
Solution retrospective
What challenges did you encounter, and how did you overcome them?
When assigning the hero image in JS, I used "../images/...", but when hosting, the image did not display, so I had to use the root relative path, which is "./images/...". The former will work fine from a CSS file, but when done in JS, it won't.
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Madu Jang's solution.
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