Copied!
background-image: linear-gradient(top, #000000 0%, #4d4e50 25%, #5b5c5f 50%, #636466 75%, #636466 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000000), color-stop(0.25, #4d4e50), color-stop(0.5, #5b5c5f), color-stop(0.75, #636466), color-stop(1, #636466));
background-image: -moz-linear-gradient(top, #000000 0%, #4d4e50 25%, #5b5c5f 50%, #636466 75%, #636466 100%);
background-image: -o-linear-gradient(top, #000000 0%, #4d4e50 25%, #5b5c5f 50%, #636466 75%, #636466 100%);
background-image: -ms-linear-gradient(top, #000000 0%, #4d4e50 25%, #5b5c5f 50%, #636466 75%, #636466 100%);