Umm...the only thing I know what to do is that you need to copy this
body {
background-image: url("Paste image link");
}
paste it on your "CCS", where your edit profile is, and past the image link(press with 2 fingers and it will give you an option to copy your image link) where it says "Paste image link".
the first thing you need to do for changing your background is to right click the image you want and click "copy image address". Then go to your CSS box and type "body{background-image:url(copy and paste the image address in these parenthesis);}. If you want colored text as well the code is "body{color: color of choice here;}"
Thanks guys! really huge help <33 x
Umm...the only thing I know what to do is that you need to copy this
body {
background-image: url("Paste image link");
}
paste it on your "CCS", where your edit profile is, and past the image link(press with 2 fingers and it will give you an option to copy your image link) where it says "Paste image link".
the first thing you need to do for changing your background is to right click the image you want and click "copy image address". Then go to your CSS box and type "body{background-image:url(copy and paste the image address in these parenthesis);}. If you want colored text as well the code is "body{color: color of choice here;}"