-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
80 lines (71 loc) · 1.44 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
78
79
80
#Container {
position: absolute;
background-image: url("http://img09.deviantart.net/98bc/i/2013/084/b/2/apocalyptic_new_york___alex_drummond_by_alexdrummo-d5zav1s.jpg");
}
.YouAreDead {
display: none
}
#player {
background: url(scarlet_walk_sprite_sheet__plus_neutral_stance__by_juneofthemearkat-d5ndbb9.png);
height: 128px;
width: 64px;
background-position: 0px 0px;
position: absolute;
top: 500px;
}
@keyframes Walk {
from {
background-position: -64px 0px;
}
to {
background-position: -640px 0px;
}
}
body {
background: url("http://img09.deviantart.net/98bc/i/2013/084/b/2/apocalyptic_new_york___alex_drummond_by_alexdrummo-d5zav1s.jpg");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
min-height: 100vh;
text-align: center;
color: white;
font-weight: bold;
font-size: 50px;
background-repeat: no-repeat;
}
.pump {
background: url(images/pumpkin.png);
background-repeat: no-repeat;
height: 250px;
width: 220px;
position: absolute;
top: 500px;
left: 890px;
}
#dialouge {
height: 200px;
width: 200px;
position: absolute;
top: 430px;
left: 870px;
}
.story {
position: absolute;
top: 400px;
left: 870px;
visibility: 200px;
}
#option1 {
display: none;
}
#qwe {
height: 40px;
width: 640px;
position: absolute;
left: 500px;
top: 430px;
color: blue;
font-size: 30px;
font-family: 'Indie Flower', cursive;
background: white;
}