Show remaining time to answer

This commit is contained in:
Vojtěch Káně
2021-04-24 12:35:56 +02:00
parent fc8a18e5bb
commit 3df6c47464
6 changed files with 39 additions and 8 deletions

View File

@@ -41,6 +41,7 @@
#question > h1 {
font-size: 3rem;
text-align: center;
margin-bottom: .2rem;
}
#question .answers {
@@ -53,6 +54,14 @@
font-size: 2rem;
}
#timer {
height: 2px;
background-color: blue;
margin-bottom: 5rem;
transition: width .2s;
width: 0;
}
.answer.selected {
font-weight: bold;
text-shadow: 2px 1px 5px #0003;