From 75bb4b8be47cb9ddd8d0809b0d7d13eb827039e0 Mon Sep 17 00:00:00 2001 From: maeries <8ij4neqiu@mozmail.com> Date: Tue, 18 Mar 2025 18:09:37 +0100 Subject: [PATCH] removed unused effects --- index.html | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/index.html b/index.html index 7af2888..f2ce8a0 100644 --- a/index.html +++ b/index.html @@ -118,25 +118,6 @@ transform: translateY(0); } } - .pulse { - position: absolute; - width: 100px; - height: 100px; - border-radius: 50%; - background: var(--primary); - opacity: 0; - animation: pulse 4s ease-out infinite; - } - @keyframes pulse { - 0% { - transform: scale(0); - opacity: 0.5; - } - 100% { - transform: scale(3); - opacity: 0; - } - } </style> </head> <body> -- GitLab