diff --git a/css/pexeso.css b/css/pexeso.css index 141c7f5..640127d 100644 --- a/css/pexeso.css +++ b/css/pexeso.css @@ -101,8 +101,8 @@ BODY, HTML { .levelButton { font-size: 1.2em; - background: #111; - border: 1px solid lightgray; + background: gray; + border: 1px solid gray; padding: 0.5em; margin: 1em; cursor: pointer; @@ -112,3 +112,18 @@ BODY, HTML { border: 1px solid yellow; color: yellow; } + +.startLevelInstructions { + color: white; + position: absolute; + z-index: 1000; + width: 100%; + height: 100%; + font-size: 2.5em; + text-align: center; + background: rgba(0,0,0,0.7); +} + +.instructionSymbols { + padding-top: 2em; +} \ No newline at end of file diff --git a/index.html b/index.html index 9e04d7b..35c1bbc 100644 --- a/index.html +++ b/index.html @@ -57,7 +57,16 @@
Level {{currentLevel.levelName}}
-
+ +
+
+ +
+
+ Start
+
+ +