From 4aa6267fd4ef18944ace0d678a0c42be8316246d Mon Sep 17 00:00:00 2001 From: DarkShyMW Date: Thu, 16 Jan 2025 21:33:37 +0300 Subject: [PATCH] smodified: css/style.css --- css/style.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/css/style.css b/css/style.css index 752ab2b..9ae2518 100644 --- a/css/style.css +++ b/css/style.css @@ -66,15 +66,7 @@ header { font-size: 2rem; } -#blink { - animation: blink 1s step-start infinite; -} -@keyframes blink { - 50% { - opacity: 0; - } -} main { padding: 20px;