From 560cf3df707685866574c17a73e25db849b2c79a Mon Sep 17 00:00:00 2001 From: Akshay Chaturvedi <114054547+Strikezor@users.noreply.github.com> Date: Tue, 19 Mar 2024 11:00:19 +0530 Subject: [PATCH] Update style.css --- style.css | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/style.css b/style.css index c15c964..a13574d 100644 --- a/style.css +++ b/style.css @@ -116,13 +116,6 @@ li { animation: vibrate-1 0.3s linear infinite both; } -/* ---------------------------------------------- - * Generated by Animista - * Licensed under FreeBSD License. - * See http://animista.net/license for more info. - * w: http://animista.net, t: @cssanimista - * ---------------------------------------------- */ - .hit { -webkit-animation: hit 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; animation: hit 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; @@ -200,4 +193,4 @@ li { -webkit-transform: translate(0); transform: translate(0); } -} \ No newline at end of file +}