-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
74 lines (67 loc) · 1.1 KB
/
style.css
File metadata and controls
74 lines (67 loc) · 1.1 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
body {
background:url(http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/dark_embroidery.png);
font-family: "open-sans";
}
#green-button {
background-color: #17BF59;
width:25vw;
height:25vw;
float:left;
margin:1%;
border-radius: 300px 0 0 0;
}
#red-button {
background-color: #9F1218;
width:25vw;
float:right;
height:25vw;
margin:1%;
border-radius: 0 300px 0 0;
}
#yellow-button {
background-color: #ffff00;
width:25vw;
height:25vw;
float:left;
margin:1%;
border-radius: 0 0 0 300px;
margin-top:120px;
}
#blue-button {
background-color: #2E60BF;
width:25vw;
height:25vw;
float:right;
margin:1%;
border-radius: 0 0 300px 0;
margin-top:120px;
}
#simon-button {
background-color: #8E2FFF;
width:30vw;
height:30vw;
margin:1%;
border-radius:100%;
color:white;
font-family: 'Open Sans', sans-serif;
font-size: 200%;
position:fixed;
top:50%;
left:50%;
margin-top: -5vw;
margin-left: -4.5vw;
}
#top-div {
vertical-align: top;
left:50%;
overflow:overlay;
}
#under-div {
vertical-align: bottom;
}
.top-butts {
}
.tap-pad {
background-color: white;
position: relative;
}