-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path#51 - Wear a Mask.html
More file actions
49 lines (48 loc) · 847 Bytes
/
Copy path#51 - Wear a Mask.html
File metadata and controls
49 lines (48 loc) · 847 Bytes
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
<div></div>
<div></div>
<div></div>
<div></div>
<style>
body{
background:#293462;
}
div:nth-child(1) {
position:fixed;
top:100;
left:125;
border-bottom-left-radius:50px;
border-bottom-right-radius:50px;
width: 150px;
height: 100px;
background: #FFF1C1;
}
div:nth-child(2) {
position:fixed;
top:100;
left:65;
border:10px solid #FFF1C1;
width: 250px;
height: 40px;
border-radius:50px;
background: transparent;
}
div:nth-child(3) {
position:fixed;
top:120;
left:145;
width: 40px;
height: 10px;
border-radius:50px;
background: #FE5F55;
-webkit-box-reflect:below 10px;
}
div:nth-child(4) {
position:fixed;
top:140;
left:215;
width: 40px;
height: 40px;
border-radius:50%;
background: #FE5F55;
}
</style>