diff --git a/index.html b/index.html index 7af28885bf7530f00f9bf7a98f4d9fb489391fd6..f2ce8a02c01ecdcd5d4ba1533fd0af0066bf4805 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>