Design comparison
Solution retrospective
Implementing JS, still don't fully get it but managed to make it work.
What challenges did you encounter, and how did you overcome them?Getting JS to work. A lot of research and video watching.
What specific areas of your project would you like help with?- When I extend each question, on the smaller screens the background doesn't extend to the bottom and leaves a blank space. Don't know how to fix it.
- Any tips on make my JS code more efficient if needed.
2a. And any tips on getting better at JS. (still gonna keep practicing)
Thank you in advanced
Community feedback
- @RohanIVPosted 5 months ago
Thank you for commenting. I managed to fix it. In my CSS I had
background-image: url("assets/images/background-pattern-mobile.svg");
and i change it to
background-image: url("../assets/images/background-pattern-mobile.svg");
I just had to add ../ to the beginning @rtoddm
1 - @rtoddmPosted 5 months ago
Hi RohanIV,
I don't know how much help I can be as I am still learning myself. However, it looks like your live hosted site isn't linked correctly. I wanted to take a look but wasn't able to...if you want to double check that then perhaps I can take a look and see if I can offer any helpful feedback.
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