-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path#58 - Rose.html
74 lines (74 loc) · 1.26 KB
/
#58 - Rose.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
<div a></div>
<div b></div>
<div c></div>
<div d></div>
<div e></div>
<div f></div>
<style>
body{
background:#191919;
}
[a]{
position:fixed;
background:#F9E492;
width:20;
height:100;
border-radius:20px;
left:190;
bottom:45;
}
[b]{
position:fixed;
background:#F9E492;
width:40;
height:40;
border-radius:20px;
left:180;
bottom:115;
}
[c]{
position:fixed;
background:#4F77FF;
width:100;
height:100;
border-radius:50px;
left:150;
bottom:135;
}
[d]{
position:fixed;
background:#4F77FF;
width:140;
height:30;
border:10px solid #191919;
border-top-left-radius:20px;
border-top-right-radius:20px;
border-bottom-left-radius:50px;
border-bottom-right-radius:50px;
left:120;
bottom:175;
}
[e]{
position:fixed;
background:#4F77FF;
width:100;
height:30;
border:10px solid #191919;
border-top-left-radius:20px;
border-top-right-radius:20px;
border-bottom-left-radius:50px;
border-bottom-right-radius:50px;
left:140;
bottom:195;
}
[f]{
position:fixed;
background:#4F77FF;
width:30;
height:30;
border:10px solid #191919;
border-radius:30px;
left:175;
bottom:215;
}
</style>