🔑🏏 Checkpoint

./public/style.css:530995/304
./views/room.handlebars:530995/22
./room.js:530995/139
This commit is contained in:
Glitch (hello-express)
2020-04-09 16:37:47 +00:00
parent 932d0e41a7
commit a636377b56
3 changed files with 23 additions and 2 deletions

View File

@@ -114,4 +114,23 @@ figure.participant figcaption {
40%, 60% {
transform: scale(1.3) rotate(30deg);
}
}
#messageBox {
position: fixed;
left: 0;
right: 0;
top: 50%;
transform: translateY(-50%);
height:100px;
background: #bbbbf2;
border: 3px solid black;
}
#messageBox img {
max-height: 90%;
}
.hide {
display: none;
}