Countdown works now!
This commit is contained in:
3
static/css/smallerTextMod.css
Normal file
3
static/css/smallerTextMod.css
Normal file
@ -0,0 +1,3 @@
|
||||
body {
|
||||
font-size:0.5em;
|
||||
}
|
@ -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%;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user