Copied!
background-image: linear-gradient(top, #7db4dd 0%, #a8cce7 50%, #d3e5f1 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7db4dd), color-stop(0.5, #a8cce7), color-stop(1, #d3e5f1));
background-image: -moz-linear-gradient(top, #7db4dd 0%, #a8cce7 50%, #d3e5f1 100%);
background-image: -o-linear-gradient(top, #7db4dd 0%, #a8cce7 50%, #d3e5f1 100%);
background-image: -ms-linear-gradient(top, #7db4dd 0%, #a8cce7 50%, #d3e5f1 100%);