-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
94 lines (81 loc) · 1.51 KB
/
Copy pathstyle.css
File metadata and controls
94 lines (81 loc) · 1.51 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
/*Project Name - EMD Music
Author - Himanshu Sharma
Version - v1.0
*/
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Fugaz+One|Open+Sans:400,700|Material+Icons');
html {
background-color: #001933;
}
h1 {
font-family: 'Times', cursive;
font-size: 50px;
text-shadow: 0px 0px 15px 1px white;
margin-top: 20px;
margin-bottom: 30px;
}
h2 {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
text-shadow: 0px 0px 15px 1px white;
font-size: 16px;
}
h4 {
display: block;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 14px;;
text-align: center;
text-decoration: none;
padding-top: 10px;
color: #607D8B;
margin: auto;
}
.footer {
vertical-align: middle;
}
a {
text-decoration: none;
color: #607D8B;
}
.topText {
display: block;
text-align: center;
padding-bottom: 10px;
color: #FFC107;
margin: auto;
line-height: 1.2;
}
h3 {
text-align: center;
font-family: 'Open Sans', sans-serif;
font-weight: 700;
font-size: 30px;
color: #ffffff;
text-shadow: 0px 0.5px 0.5px rgba(214, 214, 0, 1);
}
ul {
display: flex;
justify-content: center;
align-items: center;
margin: 0;
padding: 0;
}
li {
display: inline-block;
list-style-type: none;
padding: 0;
}
.key {
width: 120px;
height: 120px;
background-color: #e21866;
transition: all .07s ease-in;
box-shadow: 0px 0px 15px 1px white;
}
.playing {
transform: scale(1.1);
border-color: #FFA726;
box-shadow: 0 0 1rem #FFCA28;
text-transform: scale(1.1);
}