Copied!
background-image: linear-gradient(top, #000000 0%, #2b4408 50%, #578810 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000000), color-stop(0.5, #2b4408), color-stop(1, #578810));
background-image: -moz-linear-gradient(top, #000000 0%, #2b4408 50%, #578810 100%);
background-image: -o-linear-gradient(top, #000000 0%, #2b4408 50%, #578810 100%);
background-image: -ms-linear-gradient(top, #000000 0%, #2b4408 50%, #578810 100%);