Background image for body

Hi,
In it’s simplest form it would be…

body {
    background-image: url("../images/bg-image.jpeg"); /*file path could vary*/
}

MDN - background-image

If you are wanting page specific background images then see this recent thread

Replace background header color with image on selected page?

2 Likes