-
Notifications
You must be signed in to change notification settings - Fork 0
/
music-player-project-styles.css
69 lines (66 loc) · 1.04 KB
/
music-player-project-styles.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
html{
background-color: rgba(12,16,39,1);
font-size: 15px;
color: white !important;
}
.nav-bg{
background-color: rgba(12,16,39,1);
}
.bg-search-color{
background-color: rgb(18, 25, 62);
}
.searchbar div span{
border: 0px solid rgb(18,25, 62);
}
.searchbar input{
border: 0px solid rgb(18,25, 62);
}
.searchbar div span i{
color: white;
}
.horizontal-list{
list-style: none;
padding-left: 0px;
text-align: center;
margin: 0px;
}
.horizontal-list li{
display: inline-block;
margin:0px 5px 5px 0px;
font-weight: 100;
font-size: 0.9rem;
}
.horizontal-list li a{
color: white;
text-decoration: none;
}
.circular-profile-pic{
border: 0px;
height: 3rem;
width: 3rem;
}
.circular-profile-pic img{
height: 100%;
width: 100%;
border-radius: 50%;
border: 0px solid white;
}
/* playlist promotion*/
/*.playlist-promotions{
margin: 10%;
width: 55%;
height: auto;
min-height: 20rem;
background-color: white;
border: 2px solid black;
}
.playlist-mid{
z-index: 2;
}
.playlist{
padding: 20px;
}
.playlist-mid img{
width: 120%;
height: 120%;
}*/