🍢👗 Checkpoint

./room.js:530995/263
./server.js:530995/2484
./views/room.handlebars:530995/81
./public/style.css:530995/227
./views/audience.handlebars:530995/2587
This commit is contained in:
Glitch (hello-express)
2020-04-09 12:16:21 +00:00
parent 98364e07d9
commit 0c282eaf59
5 changed files with 63 additions and 2 deletions

View File

@@ -66,4 +66,20 @@ footer {
font-size: 4em;
color: white;
text-shadow: 2px 2px 2px black;
}
h2 img {
max-height: 40px;
}
figure.participant {
display: inline-block;
}
figure.participant img {
max-height: 150px;
}
figure.participant figcaption {
font-weight: bold;
font-size: 1.3em;
}