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