aboutsummaryrefslogtreecommitdiff
path: root/timer.css
diff options
context:
space:
mode:
authorzlg <zlg@zlg.space>2024-08-16 07:24:17 -0700
committerzlg <zlg@zlg.space>2024-08-17 01:46:52 -0700
commit0f06c4ac974a388320da4a014a77ef26566b27f0 (patch)
tree30d63829be75c6a393a8fcf3f73e4ce25e681fee /timer.css
parentUpdate footer (diff)
downloadzsst-0f06c4ac974a388320da4a014a77ef26566b27f0.tar.gz
zsst-0f06c4ac974a388320da4a014a77ef26566b27f0.tar.bz2
zsst-0f06c4ac974a388320da4a014a77ef26566b27f0.tar.xz
zsst-0f06c4ac974a388320da4a014a77ef26566b27f0.zip
Add progress bar countdown style
Diffstat (limited to 'timer.css')
-rw-r--r--timer.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/timer.css b/timer.css
index 253d895..2285a38 100644
--- a/timer.css
+++ b/timer.css
@@ -9,7 +9,7 @@ body {
}
#page {
- font-size: 85vh;
+ font-size: 30vh;
/* other font sizes, depending on CEF support */
/* font-size: min(30vmin, max(90vh, calc(100vw * 0.40))); */
/* font-size: clamp(10vmin, 90vh, calc(100vw * 0.40)); */
@@ -28,3 +28,13 @@ body {
height: 100%;
margin: 0 auto;
}
+
+#bar {
+ height: 20vh;
+}
+
+#progress {
+ background: #000;
+ width: 0%;
+ height: inherit;
+}