Spaces:
Running
Running
Update index.html
Browse files- index.html +10 -4
index.html
CHANGED
@@ -24,10 +24,16 @@
|
|
24 |
}
|
25 |
|
26 |
#healthBar {
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
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 {
|