UI Update
This commit is contained in:
26
index.html
26
index.html
@@ -28,8 +28,32 @@
|
||||
|
||||
.center {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
margin: 24px 0;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
#stats {
|
||||
font-family: 'Times New Roman', Times, serif;
|
||||
font-weight: 100;
|
||||
font-size: 32px;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
#clock {
|
||||
font-family: 'Times New Roman', Times, serif;
|
||||
font-weight: 100;
|
||||
font-size: 32px;
|
||||
color: #000;
|
||||
letter-spacing: 6px;
|
||||
}
|
||||
|
||||
#turn {
|
||||
border-top: 1px solid #68687aaa;
|
||||
padding-top: 4px;
|
||||
font-size: 14px;
|
||||
color: #68687aaa;
|
||||
}
|
||||
|
||||
.join-menu {
|
||||
|
||||
Reference in New Issue
Block a user