bug fixes
This commit is contained in:
46
style.css
46
style.css
@ -1,3 +1,49 @@
|
||||
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user