This commit is contained in:
Kyle
2019-08-11 17:19:55 -07:00
parent b0fedf6113
commit 9aa9a69f2c
2 changed files with 7 additions and 4 deletions

View File

@@ -52,7 +52,7 @@
Starting Life Total:<br>
<input id="inputStartingLife" class="input" type="number" min="0" value="40"><br>
<button id="buttonStartGame" class="input" onclick="startGame()">Game On!</button><br><br>
For a better experience, save this website to your home screen and open it from there.
For an optimal experience, save this website to your home screen and open it from there.
</div>
<div onclick="fullscreen()" class="hidden" id="return">CLICK ANYWHERE TO RETURN TO FULLSCREEN</div>
<div id="gridShell">
@@ -120,9 +120,9 @@
}
#gridShell {
display: none;
position: fixed;
/*position: fixed;
top: 0;
left: 0;
left: 0;*/
}
#gridShell:fullscreen {
display: inline-block;