-
Notifications
You must be signed in to change notification settings - Fork 11
/
#45 - Magical Tree.html
64 lines (64 loc) · 1.05 KB
/
#45 - Magical Tree.html
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
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<style>
*{
margin:0;
background: #1A4341;
}
div:nth-child(1) {
position:fixed;
left:65;
bottom:30;
width: 125px;
height: 30px;
background: #998235;
-webkit-box-reflect:right 20px;
}
div:nth-child(2) {
position:fixed;
left:65;
top:0;
width: 30px;
height: 210px;
background: #F3AC3C;
-webkit-box-reflect:right 210px;
}
div:nth-child(3) {
position:fixed;
left:185;
top:0;
width: 30px;
height: 300px;
background: #F3AC3C;
}
div:nth-child(4) {
position:fixed;
left:125;
top:0;
width: 30px;
height: 150px;
background: #998235;
-webkit-box-reflect:right 90px;
}
div:nth-child(5) {
position:fixed;
left:65;
bottom:90;
width: 250px;
height: 30px;
background: #F3AC3C;
}
div:nth-child(6) {
position:fixed;
left:125;
bottom:150;
width: 60px;
height: 30px;
background: #998235;
-webkit-box-reflect:right 30px;
}
</style>