Add progress tracker and further questions

This commit is contained in:
2024-04-23 11:29:03 +02:00
parent 92e333611d
commit 49c7fbe86d
4 changed files with 71 additions and 5 deletions

View File

@ -56,10 +56,17 @@ body {
margin-top: 10vh;
}
#counter {
#scoreDisplay {
font-size: 25px;
}
#progress {
font-size: 25px;
position: absolute;
top: 6px;
right: 10px;
}
.floatleft {
position: absolute;
left: 2%;