Mahdi
2
Q:

css background stays when scrolling

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

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

   background-repeat: no-repeat;

   
 background-attachment: fixed;

 }
 
4

New to Communities?

Join the community