game function complete
This commit is contained in:
@ -1,3 +1,25 @@
|
||||
body {
|
||||
background-color: #09161e;
|
||||
}
|
||||
.imposterState{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
background-color: white;
|
||||
border-radius: 5px;
|
||||
border-width: 4px;
|
||||
max-width: fit-content;
|
||||
margin: 5px auto;
|
||||
font-size: 30px;
|
||||
|
||||
}
|
||||
.word {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
background-color: white;
|
||||
border-radius: 5px;
|
||||
border-width: 4px;
|
||||
max-width: fit-content;
|
||||
margin: 5px auto;
|
||||
font-size: 30px;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user