Como fazer a imagem de fundo não rolar com o restante da página.

body {
  background-image: url("img_tree.png");
  background-attachment: fixed;
}
Winner Ekwuazi