-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
120 lines (99 loc) · 1.77 KB
/
main.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
body {
margin: 0;
padding: 0;
position: relative;
/* background: url(texture-noise.png); */
background: #14171A;
}
text {
font-family: 'Staatliches', cursive;
font-weight: 200;
color: #1DA1F2;
}
.main {
display: flex;
height: 100vh;
width: 100vw;
align-items: center;
justify-content: space-around;
color: #1DA1F2;
}
.navbar {
font-family: 'Staatliches', cursive;
height: 100vh;
/* background: blue; */
width: 450px;
}
.left-nav{
width: 30%;
padding-left: 10%;
}
.title {
/* color: black; */
color: #1DA1F2;
font-size: 50px;
font-weight: 200;
margin-bottom: 0;
/* text-shadow: 1px 1px 1px #1DA1F2; */
}
.description {
font-size: 15px;
font-weight: 200;
margin-top: 0;
margin-bottom: 10px;
border-bottom: solid 1px #657786;
width: 200px;
color: #AAB8C2;
}
.icon {
font-size: 20px;
/* color: black; */
margin-left: 20px;
}
.waves-effect {
/* color: black; */
margin-left:10%;
font-size: 60px;
padding: 0px 20px;
background: none;
border-style: none;
border: 0;
box-shadow: none;
}
.waves-effect:hover {
background-color: #657786;
border-radius: 25px;
}
.modal-content {
font-family: "Helvetica Neue", Helvetica;
font-weight: 200;
align-content: center;
text-align: center;
justify-content: center;
margin-left: 15%;
margin-right: 15%;
}
.modal-title {
font-size: 36px;
}
.modal-description {
font-size: 20px;
}
.song-info {
margin-left: 10%;
margin-top: 5%;
width: 400px;
}
#song-img {
width: 300px;
height: 300px;
border: solid 3px #1DA1F2;
box-shadow: 0 6px 8px #1DA1F2;
}
.svg {
height: 90vh;
width: 900px;
/* background: green; */
border: solid 3px #1DA1F2;
box-shadow: 0 6px 8px #1DA1F2;
}