From cc1714d2a6113c6c86d8ca837ec0b467390bcf16 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Thu, 29 Dec 2022 17:59:24 +0100 Subject: [PATCH] Feat: diffrent visuals --- index.css | 12 ++++++++++++ index.html | 6 +++--- index.js | 11 ++++++----- 3 files changed, 21 insertions(+), 8 deletions(-) diff --git a/index.css b/index.css index 6e3c5ed..b67b459 100644 --- a/index.css +++ b/index.css @@ -5,6 +5,18 @@ line-height: 1.2; } + +@keyframes blinker { + 50% { + opacity: 0; + } + } + +.timer.my-turn { + color: #0f0; + animation: blinker 1s linear infinite; +} + .timer.over { color: #f00; } \ No newline at end of file diff --git a/index.html b/index.html index f802e6e..bf77b68 100644 --- a/index.html +++ b/index.html @@ -16,13 +16,13 @@
-

+

-

+

-

+