👢🐫 Checkpoint

./views/room.handlebars:530995/25
./public/style.css:530995/114
./server.js:530995/1209
./room.js:530995/875
./views/audience.handlebars:530995/1536
This commit is contained in:
Glitch (hello-express)
2020-04-09 15:38:44 +00:00
parent 5bf6096180
commit 970897a2f0
5 changed files with 63 additions and 17 deletions

View File

@@ -68,6 +68,10 @@ footer {
text-shadow: 2px 2px 2px black;
}
#buzzer:active {
box-shadow: inset 4px 4px 4px rgba(0,0,0,.5);
}
h2 img {
max-height: 40px;
}
@@ -82,4 +86,8 @@ figure.participant img {
figure.participant figcaption {
font-weight: bold;
font-size: 1.3em;
}
.buzzed {
background: limegreen;
}