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