I'm creating an HTML page with CSS, and I'd like to know how to put two backgrounds on the same HTML page via CSS. I have this image:
I want to put this image in the top, but its height is not enough to cover the entire page, so I want to put a linear-gradient (to bottom, # 000, # CCC) from where that image ends , to give a legal effect, but I can not do that.