Initial version of the timetable/countdown
Signed-off-by: Alban Bedel <albeu@free.fr>
This commit is contained in:
18
static/countdown.css
Normal file
18
static/countdown.css
Normal file
@@ -0,0 +1,18 @@
|
||||
body {
|
||||
font-size: 8vw;
|
||||
background: black;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.flash {
|
||||
background: red;
|
||||
}
|
||||
|
||||
#view {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
width: fit-content;
|
||||
height: fit-content;
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
}
|
||||
Reference in New Issue
Block a user