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