From 764d58ee706d75f19b15ae69c0b9a99032bfc8d2 Mon Sep 17 00:00:00 2001 From: bo Date: Tue, 1 Nov 2022 14:50:37 +0100 Subject: [PATCH] added background animation and background color --- style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/style.css b/style.css index 696fb8a..cb8b577 100644 --- a/style.css +++ b/style.css @@ -7,9 +7,7 @@ color: #AB00FF; animation: blink 3s infinite alternate; } - .special { - transform: rotate(180deg); - } + @keyframes blink { 0% { background: black } 100% { background: white }