-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSup.css
59 lines (52 loc) · 774 Bytes
/
Sup.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
body {
background-color:#1fa799;
height: 800px;
overflow:hidden;
}
.container {
width: 300px;
margin: 0 auto;
}
.cc {
width: 900px;
height: 600px;
margin: 0 auto;
margin-top: 200px;
background-image:url(bg.png);
background-repeat:no-repeat;
background-position:bottom;
}
.footer {
text-align:right;
position:absolute;
bottom:20px;
margin-left:20px;
}
#eat2{
width: 0px;
height: 0px;
top: -300px;
left: -250px;
margin: auto;
}
#play {
width: 0px;
height: 0px;
top: -600px;
left: 300px;
margin: auto;
}
#stay {
width: 0px;
height: 0px;
top: -300px;
left: -130px;
margin: auto;
}
#shop { position: absolute;
width: 0px;
height: 0px;
top: 200px;
left: 450px;
margin: auto;
}