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 comments

  • Filippo 375

    @Filippo-B

    Submitted

    No particular questions, but any feedback is appreciated.

    @liana5555

    Posted

    It looks okay, but functionality wise something is wrong because when I click on the 2nd and 4th question they don't fully open( on the second click they do fully open) and if I open them I can't fully close them anymore. I don't actually understand the height stuff in your code. If you don't want to show something when the page is loaded use display: none in css and when you want it to show just add another class with javascript that display: block or whatever you need in it. This way you don't have to deal with the height stuff.

    1
  • @liana5555

    Posted

    You should use the background color: soft violet and the background-image should be the image and add a property called background-blend-mode (google it because I am not really that's the name) and you should set it to multiply.

    background-image: url(....) background-color: soft violet (from style guide) background-blend-mode : multiply

    I think it should work like that.

    Marked as helpful

    0