-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchwanCSS.css
More file actions
103 lines (90 loc) · 1.28 KB
/
Copy pathchwanCSS.css
File metadata and controls
103 lines (90 loc) · 1.28 KB
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
html, .body {
background-image: url('image/bg.png');
color: #519A57;
background:#90C695;
font-size:87.5%;
font-family: Arial, 'Lucida Sans Unicode';
line-height:1.5;
text-align:left;
margin: 20px auto 20px auto;
width:910;
}
.toolbar{
position: absolute;
top: -100px;
}
.topGreenBar{
position: absolute;
background-color: #60A466;
width: 100%;
height: 20px;
top: 0px;
}
.lowerTopBar{
position: absolute;
background-color: #70AD75;
width: 100%;
height: 10px;
top: 20px;
}
#cloud1{
position: relative;
top:0px;
width: 10%;
height: 10%;
z-index: 2;
}
.logo{
position: absolute;
top: 35px;
z-index: 3;
width: 350px;
height: 170px;
left: 20px;
}
.sampleTree1{
position: relative;
top: 550px;
height: 325px;
width: 200px;
z-index: 2;
}
.sampleTree2{
position: relative;
top: 400px;
height: 325px;
width: 160px;
left: 40px;
z-index: 2;
}
.sampleTree3{
position: relative;
top: 350px;
height: 195px;
width: 120px;
left: -90px;
z-index: 1;
}
.sampleTree4{
position: relative;
top: 550px;
height: px;
width: 200px;
left: -370px;
z-index: 1;
}
.stump1{
position: absolute;
bottom: 50px;
left: 420px;
height: 100px;
width: 75px;
z-index: 2;
}
.greenBox{
position: absolute;
background-color: #75B37A;
width: 100%;
height: 450px;
bottom: 0px;
}