From 9770a40809624971877fac169b9d70cf2a627ed8 Mon Sep 17 00:00:00 2001 From: aglaia Date: Tue, 1 Nov 2022 15:10:42 +0100 Subject: [PATCH] changed the time of background animaition and the color --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index ddc95da..a4bee91 100644 --- a/css/style.css +++ b/css/style.css @@ -1,11 +1,11 @@ body { background-color: black; text-align: center; - animation: blink 3s infinite alternate; + animation: blink 0.3s infinite alternate; } @keyframes blink { 0% { background: black } - 100% { background: white } + 100% { background: purple } } \ No newline at end of file