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