Copied!
background-image: linear-gradient(top, #007e7d 0%, #287c45 50%, #507a0e 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #007e7d), color-stop(0.5, #287c45), color-stop(1, #507a0e));
background-image: -moz-linear-gradient(top, #007e7d 0%, #287c45 50%, #507a0e 100%);
background-image: -o-linear-gradient(top, #007e7d 0%, #287c45 50%, #507a0e 100%);
background-image: -ms-linear-gradient(top, #007e7d 0%, #287c45 50%, #507a0e 100%);