how do i make a backround

if you can help me pls come here i need to make a backround for a school project
[join link removed - support]

body{
    background-image: url("https://website.tld/image.png");
}
1 Like

If you want to add a background color, use the background-color property.

body {
   background-color: yellow;
}