Copied!
background-image: linear-gradient(top, #00335f 0%, #002a4e 50%, #00223e 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00335f), color-stop(0.5, #002a4e), color-stop(1, #00223e));
background-image: -moz-linear-gradient(top, #00335f 0%, #002a4e 50%, #00223e 100%);
background-image: -o-linear-gradient(top, #00335f 0%, #002a4e 50%, #00223e 100%);
background-image: -ms-linear-gradient(top, #00335f 0%, #002a4e 50%, #00223e 100%);