body {
background-color: white;
background-image: url(); /Insert your image/gif URL in the parenthesis/
background-attachment: fixed;
background-size: 1450px;
}
You can change the background size, or remove "background-attachment: fixed;" if you want your background to move when you scroll.
tysm!
Here is the CSS I used for my background:
body {
background-color: white;
background-image: url(); /Insert your image/gif URL in the parenthesis/
background-attachment: fixed;
background-size: 1450px;
}
You can change the background size, or remove "background-attachment: fixed;" if you want your background to move when you scroll.