-
Notifications
You must be signed in to change notification settings - Fork 0
/
Game.css
86 lines (82 loc) · 1.6 KB
/
Game.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
.bground {
margin: 30px;
position: absolute;
background: url("92209572.png");
width:1000px;
height: 500px;
}
.player {
background: url(gnom_50px.png) no-repeat center;
z-index: 2;
position: absolute;
width: 50px;
height: 50px;
}
.wall {
position: absolute;
width: 50px;
height: 50px;
background: #8ee4ff;
}
.empty {
position: absolute;
width: 50px;
height: 50px;
}
.step {
z-index: 1;
border: solid 1px;
position: absolute;
background: url(грунт_73.jpg) center;
-webkit-background-size:100%;
background-size:100%;
width: 50px;
height: 50px;
}
.goal {
position: absolute;
width: 50px;
height: 50px;
}
.finish {
z-index: 2;
background: url(diamond_PNG6694.png) no-repeat center;
background-size: 50%;
position: absolute;
width: 50px;
height: 50px;
}
.controls {
position: absolute;
top: 200px;
right: 50px;
width: 200px;
height: auto;
background: #f8ceb5;
padding: 10px;
}
button {
margin: 2px;
width: 70px;
height: 20px;
}
.grats {
z-index: 20;
position: absolute;
height: 300px;
width: 700px;
top: 200px;
left: 200px;
background: url("803773_Dwarfs-Happy-Dopey-Diamond.jpg") no-repeat center;
background-size: contain;
}
.wrong {
z-index: 20;
position: absolute;
height: 300px;
width: 700px;
top: 200px;
left: 200px;
background: url("gnomevorchun.jpg") no-repeat center;
background-size: contain;
}