Sherzy
6/21/2016 - 6:04 PM

css_gradient

css_gradient

/* from http://www.cssmatic.com/gradient-generator */

background: rgba(46,46,46,0.52);
background: -moz-linear-gradient(top, rgba(46,46,46,0.52) 0%, rgba(0,0,0,0.76) 51%, rgba(19,19,19,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(46,46,46,0.52)), color-stop(51%, rgba(0,0,0,0.76)), color-stop(100%, rgba(19,19,19,1)));
background: -webkit-linear-gradient(top, rgba(46,46,46,0.52) 0%, rgba(0,0,0,0.76) 51%, rgba(19,19,19,1) 100%);
background: -o-linear-gradient(top, rgba(46,46,46,0.52) 0%, rgba(0,0,0,0.76) 51%, rgba(19,19,19,1) 100%);
background: -ms-linear-gradient(top, rgba(46,46,46,0.52) 0%, rgba(0,0,0,0.76) 51%, rgba(19,19,19,1) 100%);
background: linear-gradient(to bottom, rgba(46,46,46,0.52) 0%, rgba(0,0,0,0.76) 51%, rgba(19,19,19,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#131313', GradientType=0 );