Countdown works now!

This commit is contained in:
2022-02-24 19:11:13 +01:00
parent a37d2dd58a
commit 704d3d0d98
7 changed files with 142 additions and 32 deletions

View File

@ -0,0 +1,3 @@
body {
font-size:0.5em;
}

View File

@ -23,11 +23,14 @@ html, body {
}
.timer {
font-size: 200px;
font-size: 20em;
text-align: center;
font-variant-numeric: tabular-nums;
font-family: sans-serif;
}
.testImg{
height: 100%;
width: 100%;
}
}