-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle1.css
89 lines (83 loc) · 1.52 KB
/
style1.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
*{
margin: 0px 0px 0px 0px;
}
.image{
height: 100vh;
width: 1510px;
}
.bottom{
position: absolute;
height: 70px;
background-color:black;
top: 668px;
margin-bottom: 0px;
width: 1500px;
color: white;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#myProgressBar{
width: 1300px;
align-items: center;
}
.icons{
margin-top: 14px;
}
.icons i{
cursor: pointer;
}
#previous{
position: relative;
left:0px;
bottom: 0px;
align-items: center;
}
.songItemContainer{
height: 100px;
position: relative;
bottom: 700px;
background-image: url('bg.jpg');
background-color: black;
}
.songname{
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-style: oblique;
}
.songItem{
height: 50px;
margin-top:10px;
display: flex;
background-color: white;
color: black;
margin: 12px 0;
justify-content: space-between;
align-items: center;
border-radius: 64px;
}
.songItem img{
width: 43px;
margin: 0 23px;
border-radius: 34px;
}
.timestamp{
margin: 0 23px;
}
.timestamp i{
cursor: pointer;
}
.songInfo{
position: absolute;
left: 10vw;
font-family: 'Varela Round', sans-serif;
}
.songInfo img{
opacity: 0;
transition: opacity 0.4s ease-in;
}
@media only screen and (max-width: 9900px) {
body {
background-color: black;
}
}