Get rooms working
This commit is contained in:
parent
c4eece7ffd
commit
85cc6c2f35
9 changed files with 266 additions and 143 deletions
|
@ -9,6 +9,7 @@ body {
|
|||
height: 100vh;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
}
|
||||
div#content {
|
||||
width: 32em;
|
||||
|
@ -36,7 +37,6 @@ div#shiritori {
|
|||
padding: 2px;
|
||||
height: 24em;
|
||||
overflow-y: scroll;
|
||||
text-align: center;
|
||||
}
|
||||
div#shiritori, input#shiritori-input, #split > :last-child {
|
||||
background: rgba(0, 0, 0, 0.25);
|
||||
|
@ -49,6 +49,9 @@ div#shiritori, input#shiritori-input {
|
|||
}
|
||||
input {
|
||||
font-size: 1em;
|
||||
background: rgba(0, 0, 0, 0.25);
|
||||
border: none;
|
||||
padding: 0.25em;
|
||||
}
|
||||
input#shiritori-input {
|
||||
width: 100%;
|
||||
|
@ -66,9 +69,6 @@ div#shiritori {
|
|||
border-bottom-left-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
p#shiritori-players {
|
||||
text-align: center;
|
||||
}
|
||||
#split {
|
||||
display: flex;
|
||||
gap: 0.5em;
|
||||
|
@ -83,3 +83,10 @@ a {
|
|||
a:hover {
|
||||
border-bottom: 2px solid;
|
||||
}
|
||||
button {
|
||||
background: rgba(0, 0, 0, 0.25);
|
||||
font-size: inherit;
|
||||
cursor: pointer;
|
||||
padding: 1em;
|
||||
border: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue