Answers for "CSS background gradient doesn't repeat"

CSS
0

CSS background gradient doesn't repeat

/*Apply the following:*/
html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
Posted by: Guest on June-02-2021

Code answers related to "CSS background gradient doesn't repeat"

Browse Popular Code Answers by Language