css background attachment

CSS
body {
  background-image: url("img_tree.gif");
  
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  
  background-size: cover;
} 
body {

    background-image: url("img_tree.gif");

   background-repeat: no-repeat;

   
 background-attachment: fixed;

 }
 
Source

Also in CSS: