This commit is contained in:
Kyle
2019-08-10 11:12:56 -07:00
parent 59324356f4
commit f258ffa252
2 changed files with 8 additions and 7 deletions

View File

@@ -46,9 +46,9 @@
<body>
<div id="settings">
Number of Players<br>
Number of Players:<br>
<input id="inputPlayerCount" class="input" type="number" min="2" value="6" max="16"><br>
Starting Life Total<br>
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>
</div>
@@ -102,6 +102,7 @@
user-select: none;
font-family: belerenbsc;
font-size: 20pt;
margin: 0px;
}
body {
background-color: #333;
@@ -117,8 +118,8 @@
.playerBox {
/*background-color: #454;*/
border: 1px solid white;
width: 100%;
height: 100%;
width: auto;
height: auto;
}
.widePlayerBox {
grid-column: 1 / span 2;