-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
88 lines (81 loc) · 1.23 KB
/
style.css
File metadata and controls
88 lines (81 loc) · 1.23 KB
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
78
79
80
81
82
83
84
85
86
87
88
.logo {
position: relative;
margin: 0 auto;
width: 264px;
height: 264px;
}
.logo:after {
position: absolute;
top: 100px;
right: -1px;
z-index: 5;
width: 9px;
height: 14px;
background: #fff;
content: '';
}
.circle {
position: relative;
z-index: 4;
overflow: hidden;
width: 258px;
height: 258px;
border: 3px solid #000;
border-radius: 260px;
background: #7abf23;
}
.circle:before {
position: absolute;
top: 94px;
right: 0;
z-index: 2;
width: 27px;
height: 29px;
border-top: 3px solid #000;
border-radius: 0 0 0 4px;
background: #fff;
content: '';
}
.circle:after {
position: absolute;
top: 155px;
right: 0;
z-index: 4;
width: 20px;
height: 4px;
background: #7abf23;
content: '';
}
.face {
position: relative;
top: 43px;
left: 62px;
width: 174px;
height: 174px;
border: 3px solid #000;
border-radius: 172px;
background: #fff;
}
.face:before {
position: absolute;
top: 65px;
left: 58px;
width: 84px;
height: 42px;
border: 3px solid #000;
border-radius: 0 40px 0 40px;
background: #7abf23;
content: '';
}
.face:after {
position: absolute;
top: 65px;
right: -22px;
z-index: 3;
width: 36px;
height: 42px;
border: 3px solid #000;
border-radius: 45px 0 0 0;
background: #7abf23;
content: '';
}