So in my website, transformations are applied when a user hovers over the buttons. After clicking, the transformation remains even when I’m no longer hovering. How do I modify it so that that It goes back no normal when the user isn’t hovering?
I would also like some feedback on my JavaScript, mainly about organization or anything that would make it better.