diff --git a/css/styles.css b/css/styles.css index 82df999..a0238ce 100644 --- a/css/styles.css +++ b/css/styles.css @@ -6,7 +6,7 @@ html, body { height: 100%; - background-color: #333; + background-color: black; } .error { @@ -34,6 +34,20 @@ html, body { -moz-transition: all .1s ease; } +#score { + position: absolute; + float: left; + top: 6%; + left: 4%; + font-size: 20pt; + color: #333; + text-align: center; + z-index: 101; + transition: all .5s ease; + -webkit-transition: all .5s ease; + -moz-transition: all .5s ease; +} + #popup-text { position: absolute; float: left; diff --git a/index.html b/index.html index bf85aa0..b211c6c 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,11 @@ -
Ready?
Press Space, ESC or P to begin. Those keys also pause/unpause.
Ready?
+
Press Space, ESC or P to begin. Those keys also pause/unpause.
+
Notice: If you resize the window, you'll have to reload the page!
+