-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
118 lines (111 loc) · 2.08 KB
/
style.css
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
.android{
background-image: linear-gradient(to right, #DF9B6E , white, #9EB5BE);
width:400px;
height: 400px;
position:relative;
margin:auto;
top:150px;
right:0;
bottom:0;
left:0;
display:flex;
justify-content:center;
}
.head{
width:120px;
height:170px;
background: #85C606;
position: absolute;
top: 35px;
border-radius:60px 60px 10px 10px;
}
.neck{
width:120px;
height:7px;
background-color:white;
position:absolute;
top:55px;
}
.head::before{
content:'';
position:absolute;
width:15px;
height:15px;
background: white;
border-radius: 50%;
top: 20px;
left:30px;
}
.head::after{
content:'';
position:absolute;
width:15px;
height:15px;
background: white;
border-radius: 50%;
top: 20px;
right:30px;
}
.earl{
position:absolute;
width:4px;
height:30px;
background: #85C606;
left:165px;
top:17px;
transform:rotate(-45deg);
border-radius: 5px 5px 0 0;
}
.earr{
position:absolute;
width:4px;
height:30px;
background: #85C606;
right:165px;
top:17px;
transform:rotate(45deg);
border-radius: 5px 5px 0 0;
}
.handl{
position:absolute;
width:23px;
height:85px;
background: #85C606;
top:95px;
left:111px;
border-radius: 10px;
}
.handr{
position:absolute;
width:23px;
height:85px;
background: #85C606;
top:95px;
right:111px;
border-radius: 10px;
}
.legl{
position:absolute;
width:23px;
height:50px;
background: #85C606;
top:200px;
left:165px;
border-radius:0 0 10px 10px;
}
.legr{
position:absolute;
width:23px;
height:50px;
background: #85C606;
top:200px;
right:165px;
border-radius:0 0 10px 10px;
}
h1{
position: absolute;
color: #85C606;
top: 270px;
border-bottom:2px solid #86C606;
font-size: 40px;
}