improve UI
This commit is contained in:
parent
5ab4e05afe
commit
cae503167f
4 changed files with 132 additions and 9 deletions
6
game.css
6
game.css
|
@ -1,5 +1,6 @@
|
|||
.message {
|
||||
position: relative;
|
||||
margin-bottom: -800px;
|
||||
bottom: 800px;
|
||||
width: 800px;
|
||||
height: 800px;
|
||||
|
@ -20,6 +21,11 @@
|
|||
font-size: 50px;
|
||||
}
|
||||
|
||||
.ui-text {
|
||||
white-space: pre-wrap;
|
||||
font-weight: bold;
|
||||
padding: 10px;
|
||||
}
|
||||
#canvas {
|
||||
width: 800px;
|
||||
height: 800px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue