-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
95 lines (92 loc) · 2.24 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
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
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&family=Staatliches&display=swap');
html,body {
margin: 0;
line-height: 180%;
color: rgb(232, 129, 69);
background: url(silivan-munguarakarama-NrR9gn3lFKU-unsplash.jpg);
min-height: 100%;
position: relative;
/*opacity: .85;*/
background-position: center;
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
}
h1{
text-align: center;
padding-top: 69px;
margin-bottom: 9px;
letter-spacing: 11px;
font-weight: bolder;
font-family: 'Staatliches', cursive;
font-size: 72px;
background: -webkit-linear-gradient(rgb(1, 1, 1), rgb(88, 52, 52));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.glut{
align-items: center;
padding: 100px 120px;
margin-top: 50px;
}
#bolly{
background: url(381660-music-india.jpg);
background-position: center;
background-size: cover;
}
#holly{
background: url(holly.jpg);
background-position: center;
background-size: cover;
}
#jazz{
background: url(jazz1.jpg);
background-position: center;
background-size: cover;
}
#pop{
background: url(Pop.jpg);
background-position: center;
background-size: cover;
}
#avichi{
background: url(Avichi.jpg);
background-position: center;
background-size: cover;
}
#divine{
background: url(Divine.jpg);
background-position: center;
background-size: cover;
}
#eminem{
background: url(Eminem.jpg);
background-position: center;
background-size: cover;
}
#dualipa{
background: url(Dualipa.jpg);
background-position: center;
background-size: cover;
}
#med{
background: url(med.jpg);
background-position: center;
background-size: cover;
}
#calm{
background: url(calm1.jpg);
background-position: center;
background-size: cover;
}
#rock{
background: url(rock.jpg);
background-position: center;
background-size: cover;
}
#workout{
background: url(work.jpg);
background-position: center;
background-size: cover;
}