-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
37 lines (31 loc) · 1.05 KB
/
style.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
.featured-grass-and-root {
background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('./imgs/grass-and-root/featured.jpg') no-repeat center;
background-size: cover;
color: white;
}
.featured-northwest-safe {
background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('./imgs/northwest-safe/featured.jpg') no-repeat center;
background-size: cover;
color: white;
}
.featured-vote-kael {
background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('./imgs/vote-kael/featured.jpg') no-repeat center;
background-size: cover;
color: white;
}
.featured-sundays-on-cole {
background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('./imgs/sundays-on-cole/featured.jpg') no-repeat center;
background-size: cover;
color: white;
}
.featured-mystik-music {
background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('./imgs/mystik-music/featured.jpg') no-repeat center;
background-size: cover;
color: white;
}
hr {
background: lightslategrey;
}
.custom-p {
max-width: 600px;
}