diff --git a/game.css b/game.css new file mode 100644 index 0000000..2328f59 --- /dev/null +++ b/game.css @@ -0,0 +1,27 @@ +.message { + position: relative; + bottom: 800px; + width: 800px; + height: 800px; + + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + + background: rgba(0,0,0,0.5); +} + +.message span { + display: block; + text-align: center; + color: rgb(255,255,255); + font-weight: bold; + font-size: 50px; +} + +#canvas { + width: 800px; + height: 800px; + image-rendering: pixelated +} \ No newline at end of file diff --git a/index.html b/index.html index 79e967a..0bfa1f5 100644 --- a/index.html +++ b/index.html @@ -1,16 +1,21 @@ -
- - - - -