-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
73 lines (72 loc) · 1.86 KB
/
Copy pathstyle.css
File metadata and controls
73 lines (72 loc) · 1.86 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
h1 {
font-family:'Impact', 'Haettenschweiler', 'Arial Narrow Bold', sans-serif';
font: 'Impact';
background-color: rgba(93, 61, 112, .60);
color: white;
padding: 1rem;
border-bottom: .05rem solid red;
text-align:center;
}
header {
background-color: rgba(131, 115, 117, .35);
}
.current-song {
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font: 'Franklin Gothic Medium';
font-size: xx-large;
border-radius: 1rem solid white;
color: white;
text-align: center;
}
#search {
padding: 1rem;
border-bottom: 0.07rem solid red;
text-align: center;
color: white;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font: 'Franklin Gothic Medium';
font-size:x-large;
background-color: rgba(131, 115, 117, .35);
}
#search-button {
font-size: large;
}
#results {
border: 1rem solid black;
padding: 3rem solid pink;
display:flex;
flex-wrap:wrap;
text-align:center;
}
.record {
border: 1rem;
padding: 1rem;
align-content: space-between;
width: 20%;
text-align: center;
color: white;
background-color: rgba(130, 126, 132, .30);
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font: 'Franklin Gothic Medium';
}
.record:hover {
background-color: #0009;
}
.title {
font-size: larger;
}
body {
background-image: url(https://hips.hearstapps.com/amv-prod-gp.s3.amazonaws.com/gearpatrol/wp-content/uploads/2015/05/Record-Store-Day-Gear-Patrol-Lead-Full.jpg?crop=0.6711340206185566xw:1xh;center,top&resize=980:*);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 100vh;
background-attachment: fixed;
}
#audio-preview {
width: 100%
}
/* #container { */
/* background: */
/* url(resources/record\ store\ background.jpeg) center/cover; */
/* } */