forked from zhikangxie107/g00se-pet-simulator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gamepage.css
111 lines (103 loc) · 1.43 KB
/
gamepage.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
html,body
{
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
overflow-x: hidden;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 300px;
height: auto;
bottom: 200px;
position: relative;
}
#currency{
font-size: 30px;
position: relative;
left: -620px;
}
#grass{
font-size: 30px;
position: relative;
left: -620px;
}
#feed{
width: 150px;
height: 75px;
position: relative;
bottom: 200px;
right: 0px;
}
#sell{
width: 150px;
height: 125px;
position: relative;
bottom: 500px;
right: 700px;
}
body{
background-color: skyblue
}
.right{
width: 150px;
height: 50px;
position: relative;
bottom: 400px;
left: 900px;
}
.right2{
width: 150px;
height: 50px;
position: relative;
bottom: 450px;
left: 745px;
}
.right3{
width: 150px;
height: 50px;
position: relative;
bottom: 500px;
left: 592px;
}
#farmName{
font-size: 40px;
position: relative;
top: -50px;
left: 440px;
}
#grassName{
font-size: 30px;
position: relative;
top: -70px;
left: 440px;
}
#upgrade_quality{
width: 150px;
height: 100px;
position: relative;
bottom: 180px;
left: 135px;
}
#upgrade_growth{
width: 150px;
height: 100px;
position: relative;
bottom: 300px;
left: -20px;
}
#gooseName{
font-size: 40px;
position: relative;
bottom: 300px;
}
#sellAll{
width: 150px;
height: 125px;
position: relative;
bottom: 350px;
right: 853px;
}