Show remaining time to answer
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user