forked from bychen9/vocal-range-detector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
74 lines (74 loc) · 1.09 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
body {
font-family: "Gill Sans", sans-serif;
background-color: #7112FF;
text-align: center;
color: #C7C7C7;
}
h1 {
margin-top: 100px;
font-size: 50px;
}
h2 {
margin-top: 75px;
font-size: 40px;
}
#determine {
font-size: 30px;
}
p {
font-size: 25px;
}
button {
font-family: "Gill Sans", sans-serif;
font-size: 25px;
padding: 15px 30px;
background-color: #17C2FE;
box-shadow: 0 7px #999;
border-radius: 35%;
color: #363636;
}
button:hover {
background-color: #14A6D9;
}
button:active {
background-color: #14A6D9;
box-shadow: 0 3px #666;
transform: translateY(4px);
}
button:disabled {
background-color: #1088B3;
}
li {
text-align: left;
font-size: 20px;
}
ol {
display: table;
margin: 0 auto;
}
ul {
display: table;
margin: 0 auto;
}
#steps {
border: 3px;
border-style: solid;
border-radius: 50px;
margin-left: 100px;
margin-right: 100px;
background-color: #78BF81;
color: #5C5C5C;
}
td {
height: 30px;
}
th {
background-color: #17C2FE;
height: 50px;
color: #363636;
}
.divider {
width: 5px;
height: auto;
display: inline-block;
}