/******* Do not edit this file ******* Simple Custom CSS and JS - by Silkypress.com Saved: Mar 13 2024 | 13:00:41 */ /* Default comment here */ document.getElementById("flip-card").addEventListener("click", function() { this.classList.toggle('clicked'); console.log("hello"); });