This commit is contained in:
chris 2021-12-29 11:19:04 -05:00
parent 9bd339a7de
commit 5c2ebe3f51
3 changed files with 4 additions and 2 deletions

View File

@ -38,6 +38,7 @@
<div class="name" id="name2" contenteditable="true">
Player 2</div>
<div class="life">
<div onclick="lifeIncrease2()" ondblclick="" id="lifeUp"></div>
<div onclick="lifeIncrease2()" ondblclick="" id="lifeUp"></div>
<div id="lifeCount2">20</div>
<div onclick="lifeDecrease2()" id="lifeDown"></div>

View File

@ -7,7 +7,8 @@
}
body {
background-color: rgb(73, 109, 109);
background-color: #6db6c2;
/* rgb(73, 109, 109);*/
/* height: 100vh; */
/* width: 100vw; */
/* margin: 0 auto; */

View File

@ -66,7 +66,7 @@ display: flex;
align-self: center;
}
nav{
background-color: #666666;
/*background-color: #666666;*/
min-width: 100%;
height: 60px;
position: absolute;