So fügen Sie Hintergrundbild in einem Container -CSS hinzu
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');
}