diff --git a/public/buyModal.js b/public/buyModal.js index 9cc7831..a31d074 100644 --- a/public/buyModal.js +++ b/public/buyModal.js @@ -24,7 +24,6 @@ function createModal() { position: relative; font-family: 'Arial', sans-serif; box-shadow: 0 10px 25px rgba(0,0,0,0.2); - transition: transform 0.3s ease; ">

- - - - + + + +
- - + +
- + - + ">Buy Now
Close + ">Close
`; document.body.appendChild(modal); - // Close modal document.getElementById("closeModal").onclick = () => { modal.style.display = "none"; }; modal.onclick = (e) => { if (e.target === modal) modal.style.display = "none"; };