-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path#61 - ImprovMX.html
92 lines (92 loc) · 1.34 KB
/
#61 - ImprovMX.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
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
<div a></div>
<div b></div>
<div c></div>
<div d></div>
<div e></div>
<div f></div>
<div g></div>
<div h></div>
<div i></div>
<style>
*{
background:#191919;
margin:0;
}
[a]{
position:fixed;
top:66;
left:175;
width: 30px;
border:10px solid #5DBCF9;
height: 20px;
}
[b]{
position:fixed;
top:96;
left:150;
width: 80px;
border:10px solid #5DBCF9;
height: 50px;
border-bottom:unset;
}
[c]{
position:fixed;
top:134;
left:195;
width: 10px;
background:#5DBCF9;
height: 60px;
}
[d]{
position:fixed;
top:204;
left:100;
width: 200px;
background:#5DBCF9;
height: 10px;
}
[e]{
position:fixed;
top:224;
left:145;
width: 110px;
background:#5DBCF9;
height: 10px;
}
[f]{
position:fixed;
top:170;
left:129;
width: 10px;
background:#5DBCF9;
height: 24px;
transform:skewX(30deg)
}
[g]{
position:fixed;
top:107;
left:159;
width: 10px;
background:#5DBCF9;
height: 90px;
transform: rotate(60deg);
}
[h]{
position:fixed;
top:107;
left:231;
width: 10px;
background:#5DBCF9;
height: 90px;
transform: rotate(-60deg);
}
[i]{
position:fixed;
top:170;
left:261;
width: 10px;
background:#5DBCF9;
height: 24px;
transform:skewX(-30deg)
}
</style>