parent
c8799e833c
commit
a3d420b3a6
26 changed files with 708 additions and 1627 deletions
21
index.css
Normal file
21
index.css
Normal file
|
@ -0,0 +1,21 @@
|
|||
body {
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
#container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100vh;
|
||||
width: 100%;
|
||||
}
|
||||
#game {
|
||||
border: 1px solid black;
|
||||
image-rendering: crisp-edges;
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
#resources {
|
||||
display: none;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue