From b7e808adecc8b4d571450d09047c16bed278a3eb Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 21:07:26 +0200 Subject: [PATCH] Fix typo in CSS keyframes declaration --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 0af09b7..01c3caf 100644 --- a/index.html +++ b/index.html @@ -67,7 +67,7 @@ background-color: transparent; } - @keyframes glow { + @keyframes glow { 0%, 100% { box-shadow: 0 0 4px gold; } 50% { box-shadow: 0 0 12px gold; } }