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