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