-
Notifications
You must be signed in to change notification settings - Fork 0
/
#50-Use-Hand-Sanitizer.htm
102 lines (90 loc) · 2.35 KB
/
#50-Use-Hand-Sanitizer.htm
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
<div class="c"></div>
<div class="a">
<div class="b">
<style>
body {
background: #1A4341;
}
::before,
::after {
position: absolute;
content: '';
}
div {
position: absolute;
}
.a {
width: 100px;
height: 140px;
background: #F3AC3C;
border-radius: 20px;
top: 36.5%;
left: 37.5%
}
.a::before {
width: 50%;
height: 20;
background: #F3AC3C;
left: 25;
top: -20;
border-radius: 10px 10px 0 0
}
.a::after {
width: 20;
height: 20;
background: #F3AC3C;
left: 40;
top: -40;
}
.b {
width: 50%;
height: 110;
background: #998235;
bottom: 0;
border-radius: 50px 50px 0 40px
}
.b::before {
width: 50;
height: 100;
background: #998235;
left: 100%;
bottom: 0;
border-radius: 50px 50px 40px 0
}
.b::after {
width: 50;
height: 80;
background: #F3AC3C;
left: 100%;
top: -30;
border-radius: 0 40px 50px 50px
}
.c {
width: 150;
height: 20;
background: #F3AC3C;
top: 50;
left: 150;
border-radius: 10px
}
.c::before {
width: 20;
height: 40;
background: #F3AC3C;
left: 86.5%;
border-radius: 10px
}
.c::after,
body::after {
width: 20;
height: 20;
background: #998235;
left: 86.5%;
top: 50;
border-radius: 10px
}
body::after {
left: 70%;
top: 43.2%
}
</style>