added objection button and some new buzzers

This commit is contained in:
Samuel Kent
2023-01-05 22:40:58 +11:00
parent 3bcc2710c9
commit c8db4aef17
20 changed files with 132 additions and 5 deletions
+52
View File
@@ -10,6 +10,8 @@ body {
button {
font-family: 'Twoson';
position: relative;
z-index: 1;
}
input {
@@ -20,7 +22,43 @@ a, a:visited {
color: rgb(199, 147, 255);
}
#firstBuzz {
min-height: 30px;
}
#objection {
left: 50%;
margin-left: -250px;
min-height: 310px;
width: 500px;
position: relative;
/* bottom: 150px; */
}
#objection img{
text-align: center;
width: 300px;
}
#contestAnswer {
position: absolute;
right: 50px;
bottom: 50px;
text-align: center;
width: 200px;
}
#contestAnswer img {
width: 100px;
}
#contestAnswer p {
margin: 0px;
font-size: 12px;
border: dashed;
}
#interface {
z-index: -1;
text-align: center;
}
@@ -95,6 +133,20 @@ ul {
}
@media (max-width: 600px) {
#objection {
margin-left: 0px;
left: -65px;
bottom: 150px;
font-size: 15px;
text-align: left;
min-height: 0px;
height: 0px;
}
#objection img{
width: 150px;
/* text-align: left; */
}
#userListPanel {
top: 80px;
width: 500px;