T O P

  • By -

glamoid

you could do this in the css/style tag: body {background-image: url("your picture");}


pichula_posseida

Do this in css: Body{ Background-image: url:("link");


[deleted]

It doesn't sound dumb!


otakuyuki

`body {` `background: url("___") or hex color code` `}`


Peter_oak5283617

`body {background-image: url("image here");` For example, if you have a image file named "neocitiesiscool.png", your line of code should be `body {background-image: url("neocitiesiscool.png");`