fixes
This commit is contained in:
parent
9bd339a7de
commit
5c2ebe3f51
@ -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>
|
||||
|
||||
@ -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; */
|
||||
|
||||
@ -66,7 +66,7 @@ display: flex;
|
||||
align-self: center;
|
||||
}
|
||||
nav{
|
||||
background-color: #666666;
|
||||
/*background-color: #666666;*/
|
||||
min-width: 100%;
|
||||
height: 60px;
|
||||
position: absolute;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user