blob: 44a7e3473ba021e13e58e23f9c2fd1ec01bc1416 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
.jumbotron {
background-image: url(/assets/images/background.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-blend-mode: darken;
background-color: rgba(0, 0, 0, 0.1);
p {
color: #fff;
margin-top: 0;
margin-bottom: 0;
font-weight: 300;
}
}
|