-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
77 lines (68 loc) · 1.05 KB
/
style.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
body {
background-image: url('images/city.jpg');
background-size: cover;
height: 1000px;
width: auto;
}
.hydrant {
position: absolute;
width: 20%;
height: auto;
bottom: -60px;
}
.guy_up {
position: absolute;
width: 15%;
height: auto;
top: 0px;
left: 900px;
}
.pig {
position: absolute;
width: 20%;
height: auto;
left: 200px;
bottom: -60px;
}
.evergreen {
position: absolute;
width: 20%;
height: auto;
left: 1000px;
bottom: -60px;
}
.helicopter_red {
position: absolute;
width: 15%;
height: auto;
top: 0px;
left: 1200px;
}
.rat {
position: absolute;
width: 20%;
height: auto;
left: 300px;
bottom: -100px;
}
.yellow_car {
position: absolute;
width: 20%;
height: auto;
left: 800px;
bottom: -60px;
}
.helicopter_static {
position: absolute;
width: 15%;
height: auto;
top: 0px;
left: 300px;
}
.sad_cloud {
position: absolute;
width: 15%;
height: auto;
top: 0px;
left: 15000px;
}