-
Notifications
You must be signed in to change notification settings - Fork 0
/
#54-Black-Lives-Matter.htm
77 lines (68 loc) · 1.24 KB
/
#54-Black-Lives-Matter.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
<div class="b"></div>
<div class="c"></div>
<div class="a"></div>
<style>
::before,
::after {
content: '';
position: absolute;
}
body {
background: #F9E492;
}
div {
position: absolute;
}
.a {
width: 100px;
height: 40px;
background: #191919;
top: 46%;
left: 37.5%;
border-radius: 0 0 10px 10px;
}
.a::before {
width: 20px;
height: 65px;
background: #191919;
border-radius: 15px;
border: 5px solid #F9E492;
top: -34.5px;
left: 2px;
transform: rotate(60deg);
}
.a::after {
width: 50px;
height: 45px;
background: #191919;
top: 100%;
left: 25px;
border-radius: 0 0 10px 10px;
}
.b,
.b::before,
.b::after,
.c {
width: 20px;
height: 50px;
background: #191919;
border-radius: 10px;
top: 26%;
left: 45%;
}
.b::before {
top: 10px;
left: -25px;
height: 45px;
}
.b::after {
height: 45px;
left: 25px;
top: 9.5
}
.c {
height: 35px;
left: 57.5%;
top: 32.5%
}
</style>