-
Notifications
You must be signed in to change notification settings - Fork 0
/
#16-Eye-of-the-Tigher.htm
38 lines (33 loc) · 1014 Bytes
/
#16-Eye-of-the-Tigher.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
<div a>
<div b>
<div c>
<style>
body {
background: #0B2429;
}
div {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 50%;
}
[a] {
width: 200px;
height: 200px;
background: #998235;
border-radius: 100px 0 100px 0;
transform: translate(-50%, -50%) rotate(45deg);
}
[b] {
width: 140px;
height: 140px;
background: #F3AC3C;
border: 20px solid #0B2429;
}
[c] {
width: 50px;
height: 50px;
background: #0B2429;
}
</style>