-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmyCSS.css
114 lines (110 loc) · 1.78 KB
/
myCSS.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
#myDIV {
padding: 50px;
text-align: center;
background-color: red;
border: 100px #000000;
margin-top: 400px;
}
#Start{
z-index: 2;
position: absolute;
top: 645px;
left:1300px;
}
#Sword{
background-color: gold;
left: 0;
right: 100px;
top: 680px;
bottom: 0;
width: 1420px;
height: 30px;
}
#Strength{
background-color: aqua;
left: 0;
right: 100px;
top: 800px;
bottom: 0;
width: 1420px;
height: 30px;
}
#Health{
background-color: #ff3de3;
left: 0px;
right: 100px;
top: 900px;
bottom: 0;
width: 1420px;
height: 30px;
}
#Start{
background-color: red;
width:200px;
height: 50px;
}
#Shop{
z-index: 2;
background-color: lawngreen;
width: 225px;
height: 45px;
position: absolute;
top: 645px;
right: 1275px;
}
#Hero\ Attributes{
z-index: 2;
position:absolute;
top:40px;
left: 1100px;
color:white;
}
#heroCoins{
z-index: 2;
position:absolute;
top:175px;
left: 1100px;
color: white;
}
#heroHearts{
z-index: 2;
position:absolute;
top:195px;
left: 1100px;
color: white;
}
#heroKills{
z-index: 2;
position:absolute;
top:215px;
left: 1100px;
color:white;
}
#Stages{
z-index: 2;
position:absolute;
top:70px;
left: 1100px;
color: white
}
#Enemy\ Attributes{
z-index: 2;
position:absolute;
top:100px;
left: 1100px;
color: white;
}
#Stage\ Stats1{
z-index: 2;
position:absolute;
top:130px;
left: 1100px;
color: white
}
#Stage\ Stats2{
z-index: 2;
position:absolute;
top:150px;
left: 1100px;
color: white;
}