Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Responsive FAQ Accordion

RohanIV 160

@RohanIV

Desktop design screenshot for the FAQ accordion coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


What are you most proud of, and what would you do differently next time?

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?

  1. 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.
  2. 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

RohanIV 160

@RohanIV

Posted

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

P
rtoddm 80

@rtoddm

Posted

@RohanIV

Awesome glad you were able to get it figured out!

0
P
rtoddm 80

@rtoddm

Posted

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 GitHub
Discord logo

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