-
Notifications
You must be signed in to change notification settings - Fork 0
/
#63 - Command Key.html
63 lines (58 loc) · 1.14 KB
/
#63 - Command Key.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
<div id="c1"></div>
<div id="c2"></div>
<div id="c3"></div>
<div id="c4"></div>
<div id="s"></div>
<style>
body {
position: relative;
background: #191919
}
#s {
width: 50px;
height: 50px;
background: #191919;
position: absolute;
border: 10px solid #5dbcf9;
margin-top: 106px;
margin-left: 158px
}
#c1 {
width: 50px;
height: 50px;
background: #191919;
position: absolute;
margin-top: 46px;
margin-left: 98px;
border: 10px solid #5dbcf9;
border-radius: 50% 50% 1% 50%
}
#c2 {
width: 50px;
height: 50px;
background: #191919;
position: absolute;
margin-top: 46px;
margin-left: 218px;
border: 10px solid #5dbcf9;
border-radius: 50% 50% 50% 1%
}
#c3 {
width: 50px;
height: 50px;
background: #191919;
position: absolute;
margin-left: 218;
margin-top: 166;
border: 10px solid #5dbcf9;
border-radius: 1% 50% 50% 50%
}
#c4 {
width: 50px;
height: 50px;
background: #191919;
position: absolute;
margin-left: 98;
margin-top: 166;
border: 10px solid #5DBCF9;
border-radius: 50% 1% 50% 50%