forked from Daemonite/material
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.css
More file actions
35 lines (28 loc) · 698 Bytes
/
Copy pathproject.css
File metadata and controls
35 lines (28 loc) · 698 Bytes
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
body {
padding-bottom: 69px;
}
.content-heading {
background-image: url(./images/bg/alt.jpg);
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
padding-top: 68px;
}
.page-alt .content-heading {
background-image: url(./images/bg/alt.jpg);
}
.page-blue .content-heading {
background-image: url(./images/bg/blue.jpg);
}
.page-green .content-heading {
background-image: url(./images/bg/green.jpg);
}
.page-purple .content-heading {
background-image: url(./images/bg/purple.jpg);
}
.page-red .content-heading {
background-image: url(./images/bg/red.jpg);
}
.page-yellow .content-heading {
background-image: url(./images/bg/yellow.jpg);
}