diff --git a/www/index.html b/www/index.html index 6a7156b..8822aaa 100644 --- a/www/index.html +++ b/www/index.html @@ -12,6 +12,7 @@ margin: auto; padding: 0.5em; } + #prestart-controls, canvas { margin-top: 1em; margin-left: auto; @@ -22,6 +23,26 @@ border-radius: 8px; background-color: rgb(40%, 40%, 40%); } + #prestart-controls { + width: 800px; + height: 600px; + text-align: center; + align-content: center; + } + button { + font-size: 20px; + text-shadow: 0.2em 0.2em 0px rgba(0, 0, 0, 75%); + padding: 1em; + border-radius: 2em; + border-style: solid; + border-color: black; + color: rgb(90%, 90%, 90%); + background-color: rgb(15%, 15%, 15%); + } + button:hover { + background-color: rgb(25%, 25%, 25%); + border-color: rgb(90%, 90%, 90%); + } main { margin-left: auto; margin-right: auto; @@ -41,9 +62,11 @@

Robert's Bad Asteroids Game

- -
+ +
+
+

Description

@@ -91,16 +114,24 @@ Program Version - v0.5.0 + v0.6.0-dev3