Files
imposter/style.css
2025-12-15 20:45:41 +01:00

50 lines
877 B
CSS

body {
background-color: #09161E;
}
.username {
display: flex;
justify-content: center;
background-color: white;
border-radius: 5px;
border-width: 4px;
max-width: fit-content;
min-width: 100px;
margin: 5px auto;
font-size: 30px;
}
.session_id {
display: flex;
justify-content: center;
background-color: white;
border-radius: 5px;
border-width: 4px;
max-width: fit-content;
min-width: 100px;
margin: 5px auto;
font-size: 30px;
}
.joinButton {
display: flex;
justify-content: center;
background-color: white;
border: 2px solid #ccc;
border-radius: 5px;
border-width: 4px;
max-width: fit-content;
margin: 100px auto;
font-size: 30px;
}
.heading {
display: flex;
justify-content: center;
font-size: 50px;
color: white;
}