Copied!
background-image: linear-gradient(top, #0098d1 0%, #004cb7 50%, #00009e 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0098d1), color-stop(0.5, #004cb7), color-stop(1, #00009e));
background-image: -moz-linear-gradient(top, #0098d1 0%, #004cb7 50%, #00009e 100%);
background-image: -o-linear-gradient(top, #0098d1 0%, #004cb7 50%, #00009e 100%);
background-image: -ms-linear-gradient(top, #0098d1 0%, #004cb7 50%, #00009e 100%);