-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStyle.css
More file actions
48 lines (42 loc) · 791 Bytes
/
Copy pathStyle.css
File metadata and controls
48 lines (42 loc) · 791 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
@font-face {
font-family: 'Freestyle-script';
src: url('fonts/FREESCPT.TTF');
}
body {
font-family: Freestyle-script;
color: #707070;
}
.grid_container_1{
display: grid;
grid-template-columns: auto auto auto;
padding: 2px;
}
.grid_item_1{
/* border: 1px solid rgba(0, 0, 0, 0.8); */
padding: 5px 0 0 20px;
/* text-align: center; */
}
.grid_container_2{
display: grid;
grid-template-columns: auto auto;
margin-top: 20px;
}
.grid_item_2{
text-align: center;
}
p.music_detail{
font-size: 90px;
}
.footer{
background-color: #2E2E2E;
height: 450px;
}
.grid_footer{
display: grid;
grid-template-columns: auto auto auto;
}
.grid_footer_item{
}
.footer-options{
margin-top: -2%;
}