Css multiple gradient
问题 I want to style background of one element in CSS, something like this: color gradient from top to bottom with no any transparency, transparency gradient with single color from left to right: left and right with no transparency, and middle with 100% transparency Second gradient should be on higher layer than first. Both placed on 100% of element's area Code: div.panel div.panel-heading { background: linear-gradient(to bottom, #e8e8e8 0%,#dbdbdb 50%,#cdcdcd 51%,#e0e0e0 100%), /* Here I want