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

All solutions

  • Submitted


    Here's my solution to this challenge. Please, let me know what you think and things I need to improve on! I wasn't able to make the 'delete' button work and I will appreciate any form of help offered.

  • Submitted

    FAQ ACCORDION

    • HTML
    • CSS
    • JS

    1


    This project was a bit difficult as this is my first time working with accordions.

    The part I found most difficult was creating a program that allows only one accordion open at a time. Glad I got that fixed later on.

    The part where the accordion icon toggles between "icon-plus" and "icon-minus" is where I still can't seem to fix. I will really appreciate your help on that part?

    P.S Let me know if there's anyway I can make my code better.

    Arigato!

  • Submitted


    I found it hard to center the component on desktop screen without using the following CSS properties; position, top, left and transform. These properties made my work harder when making it responsive on smaller screens so I just omitted them. Please, let me know how i can achieve centering the component without using those aforementioned properties.