how to add background image in a container css

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

Also in CSS: