-
Notifications
You must be signed in to change notification settings - Fork 1
/
mode.css
58 lines (45 loc) · 889 Bytes
/
mode.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
*{
text-decoration: none;
Color:white;
}
body{
background: linear-gradient(to right, #5D6D7E, #566573);
}
.image{
height:220px;
width:auto;
Color:White;
text-align: center;
display: block;
position:fixed;
background: linear-gradient(to right, #5D6D7E, #566573);
}
img{
height:220px;
box-shadow: 1px 0px 20px 12px rgba(20,2,240,0.2);
border-radius:5px;
}
.song{
display:flex;
margin:5px;
}
.playlist {
color:white;
box-shadow: 1px 0px 20px 12px rgba(20,2,240,0.2);
border-radius:5px;
border: 3px solid red;
height:52px;
width:320px;
display:flex;
}
.playlistimg{
height:52px;
width:auto;
}
.main{
margin-top:300px;
}
.winter{
Margin-top:12px;
background: linear-gradient(to right, #5D6D7E, #566573);
}