-
Notifications
You must be signed in to change notification settings - Fork 0
/
#11-Eye-of-Sauron.htm
48 lines (43 loc) · 1.15 KB
/
#11-Eye-of-Sauron.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
<div a>
<div b>
<style>
body {
background: #191210;
}
div {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%)
}
[a] {
border-radius: 50%;
border: 20px solid #ECA03D;
width: 100;
height: 100
}
[b] {
border-radius: 50%;
background: #84271C;
width: 50;
height: 50
}
[a]:after,
[a]:before {
content: '';
position: absolute;
width: 60px;
height: 30px;
border: 20px solid #ECA03D;
border-bottom: 0;
border-radius: 50px 50px 0 0;
left: 100%;
}
[a]:before {
left: -100%;
border: 20px solid #ECA03D;
border-top: 0;
border-radius: 0 0 50px 50px;
top: 50%;
}
</style>