I need to develop a responsive web page, I will put a background image as "texture", but they can not occupy the entire screen, only halfway, giving a fade transition between the image and the white part on top .
I tried to use linear gradient, but it does not accept image. I searched for stories and no one mentions the subject. Any help will be welcome.
<divclass="page-content imagem-fundo">
<div class="row container cabecalho-home">...</div>
</div>
.imagem-fundo { background-image: url('../img/poly.png');}