Comment ajouter l'image d'arrière-plan dans un conteneur CSS

body {
  background-image: url('../folder that the img is in/bg-img.jpg or png');
}
Successful Sheep