CSS background gradient doesn't repeat code example
Example: CSS background gradient doesn't repeat
/*Apply the following:*/
html {
height: 100%;
}
body {
height: 100%;
margin: 0;
background-repeat: no-repeat;
background-attachment: fixed;
}