-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path#101 - Sharingan.html
76 lines (76 loc) · 1.3 KB
/
#101 - Sharingan.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
76
<div a>
<div b />
<div c />
<div d />
<div e />
<div f />
</div>
<style>
*{
margin:0;
background:#161616;
}
[a] {
position: relative;
top:50;
left:100;
border-radius:50%;
border: 5px solid #000000;
width: 190px;
height: 190px;
background: #A22015;
overflow:hidden;
}
[b] {
position: absolute;
top: 50%;
right: 50%;
transform: translate(50%,-50%);
border-radius:50%;
width: 70px;
height: 70px;
background: transparent;
border: 15px solid #000000;
}
[c] {
position: fixed;
border-radius:50px;
width: 50px;
height: 50px;
background: #000000;
border: 10px solid #E96A23;
top: 50%;
right: 50%;
transform: translate(50%,-50%);
}
[d] {
position: absolute;
top: 60;
right: -25;
border-radius:50%;
width: 70px;
height: 70px;
background: transparent;
border: 15px solid #000000;
}
[e] {
position: absolute;
top: -143;
right: -89;
border-radius:50%;
width: 70px;
height: 70px;
background: transparent;
border: 15px solid #000000;
}
[f] {
position: absolute;
top: -15;
right: 133;
border-radius:50%;
width: 70px;
height: 70px;
background: transparent;
border: 15px solid #000000;
}
</style>