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