-
Notifications
You must be signed in to change notification settings - Fork 6
/
BlackLivesMatter.html
75 lines (75 loc) · 1.21 KB
/
BlackLivesMatter.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
<div x>
<div a i></div>
<div b i></div>
<div c i></div>
<div d i></div>
</div>
<div y j></div>
<div z j></div>
<div w j></div>
<style>
body {
background: #f9e492;
display: flex;
align-items: center;
justify-content: center;
}
div {
background: #191919;
}
[x] {
background: #f9e492;
height: 100;
width: 200;
display: flex;
justify-content: center;
align-items: flex-end;
transform: translateY(-62px);
}
[i] {
margin: 0 2.5 5 2.5;
border-radius: 100px;
}
[a] {
background: #191919;
height: 45;
width: 20;
margin-left: 8;
}
[b] {
background: #191919;
height: 55;
width: 20;
}
[c] {
height: 45;
width: 20;
}
[d] {
height: 35;
width: 20;
}
[j] {
position: absolute;
}
[y] {
width: 100;
height: 100;
transform: translateY(-22px);
border-radius: 0 0 10px 10px;
clip-path: inset(60% 0 0 0);
}
[z] {
width: 50;
height: 50;
border-radius: 0 0 10px 10px;
transform: translateY(48px);
}
[w] {
width: 20;
height: 65;
border-radius: 10px;
transform: translate(-33px, -8px) rotate(60deg);
box-shadow: 0px 0px 0px 5px #f9e492;
}
</style>