Relative Content

Tag Archive for javascripthtmlcssfrontend

How to fix my accordion button using HTML, CSS and Javascript

I am creating a FAQs page, and the accordion button doesn’t seem to be working. In this FAQs page, I have 5 “FAQs” div each containing the accordion button and a “panel” div. Now when i click on the accordion button, the panel div is supposed to be displayed but it is not working

Rotating Card Effect with Dual Images (Flip Card)

I am currently looking to implement a feature on a website where there are multiple cards which contain a front and a back side (separate images). Initially I only want to show the front, and upon click, I want the card to rotate 360 degrees multiple times betweem the front and the back before the front being put on display as a modal. I also want this animation reversed when the modal is set out of view.