Cómo agregar imagen de fondo en un contenedor CSS
body {
background-image: url('../folder that the img is in/bg-img.jpg or png');
}
Successful Sheep
body {
background-image: url('../folder that the img is in/bg-img.jpg or png');
}