user1
7/3/2017 - 3:24 PM

Black to transparent gradient over image

Black to transparent gradient over image

.news-slide-content {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
}