Copied!
background-image: linear-gradient(top, #024e74 0%, #2a96b9 50%, #53defe 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #024e74), color-stop(0.5, #2a96b9), color-stop(1, #53defe));
background-image: -moz-linear-gradient(top, #024e74 0%, #2a96b9 50%, #53defe 100%);
background-image: -o-linear-gradient(top, #024e74 0%, #2a96b9 50%, #53defe 100%);
background-image: -ms-linear-gradient(top, #024e74 0%, #2a96b9 50%, #53defe 100%);