From f3868abd0873bfa8e37278cb06687bc2fba51b4e Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Thu, 29 Dec 2022 20:46:09 +0100 Subject: [PATCH] Feat: keep time and sync and loading indicator --- index.css | 7 +++++++ index.html | 5 +++++ index.js | 28 +++++++++++++++++++++------- 3 files changed, 33 insertions(+), 7 deletions(-) diff --git a/index.css b/index.css index e440658..4086188 100644 --- a/index.css +++ b/index.css @@ -20,4 +20,11 @@ .timer.over { color: #f00; animation: blinker 0.5s ease infinite; +} + +.timer.loading { + font-size: 2em; + margin: auto; + margin-bottom: 2.5em; + margin-top: 2.5em; } \ No newline at end of file diff --git a/index.html b/index.html index 10a9835..aa3c6fb 100644 --- a/index.html +++ b/index.html @@ -23,8 +23,13 @@
+
+
please wait
+
+

+