MikeDre
8/8/2018 - 10:11 AM

Background Cover

.background-cover {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-image: url('...');
    background-position: center center fixed;
    background-repeat: no-repeat;
    background-size: cover;
}