Copied!
background-image: linear-gradient(top, #28903a 0%, #6c9d31 50%, #6c9d31 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #28903a), color-stop(0.5, #6c9d31), color-stop(1, #6c9d31));
background-image: -moz-linear-gradient(top, #28903a 0%, #6c9d31 50%, #6c9d31 100%);
background-image: -o-linear-gradient(top, #28903a 0%, #6c9d31 50%, #6c9d31 100%);
background-image: -ms-linear-gradient(top, #28903a 0%, #6c9d31 50%, #6c9d31 100%);