diff --git a/code/game.css b/code/game.css index 9ee364f..8323e35 100644 --- a/code/game.css +++ b/code/game.css @@ -13,6 +13,14 @@ } +.day { background: #eee; color: black; } +.night { background: #333; color: white; } + +.lightButton { + position: absolute; + right: 0px; +} + .flex-container { /* We first create a flex layout context */ display : flex; diff --git a/code/game.html b/code/game.html index 755305e..3ad4e83 100644 --- a/code/game.html +++ b/code/game.html @@ -7,6 +7,7 @@
+