KaiShin1885 commited on
Commit
816b1f9
·
verified ·
1 Parent(s): a8bc10f

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +10 -4
index.html CHANGED
@@ -24,10 +24,16 @@
24
  }
25
 
26
  #healthBar {
27
- width: 100%;
28
- height: 100%;
29
- background: red;
30
- transition: width 0.2s;
 
 
 
 
 
 
31
  }
32
 
33
  #ammo {
 
24
  }
25
 
26
  #healthBar {
27
+ position: absolute;
28
+ bottom: 20px;
29
+ left: 20px;
30
+ width: 400px;
31
+ height: 30px; background:
32
+ rgba(0,20,0,0.7);
33
+ border: 2px solid #0f0;
34
+ z-index: 1001;
35
+ border-radius: 15px;
36
+ overflow: hidden;
37
  }
38
 
39
  #ammo {