Files
imposter/game/style.css
2025-12-11 22:19:48 +01:00

36 lines
673 B
CSS

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;
}
.resetButton {
display: flex;
justify-content: center;
background-color: white;
border-radius: 5px;
border-width: 4px;
max-width: fit-content;
margin: 60px auto;
font-size: 30px;
}