Initial working version

This commit is contained in:
Samuel Kent
2022-12-22 20:22:22 +11:00
parent ce9675a1cc
commit ced7fa5092
902 changed files with 150252 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
body {
color: rgb(255, 255, 255);
background-color: rgb(23, 23, 23);
font-size: 25px;
padding: 20px 60px;
}
a, a:visited {
color: rgb(199, 147, 255);
}
.interface {
text-align: center;
}
#buzzerOptions img {
width: 50px;
}
#buzzerOptions {
position: absolute;
bottom: 10px;
left: 10px;
}