Sorry for seeing this so late :(
If you just want to change the background color you have to put this code
body{
color:THE COLOR YOU WANT}
and replace what I wrote in caps with the color you want your bg to be
If you want to change it to an Image or a gif you have to put this code
body{
background-attachment:fixed;
background-image:url(IMAGE/GIF URL);
background-position:center;
background-size:cover;}
and replace what i wrote in caps with the url to the Image or the gif you want to set as
Woah, dude, thx!! Also, it's okay! I don't mind!
Woah, dude, thx!! Also, it's okay! I don't mind!
Sorry for seeing this so late :(
If you just want to change the background color you have to put this code
body{
color:THE COLOR YOU WANT}
and replace what I wrote in caps with the color you want your bg to be
If you want to change it to an Image or a gif you have to put this code
body{
background-attachment:fixed;
background-image:url(IMAGE/GIF URL);
background-position:center;
background-size:cover;}
and replace what i wrote in caps with the url to the Image or the gif you want to set as
hey! i was thinking of like, changin the bg-color-thing?? for an image or gif. if that's okay-
What kind of CSS code do you need? I only need simple stuff but I could tell you what I know ^-^