Q:

background repeat


    body
 {
     
 background-repeat: no-repeat;

 }
 
7
body {
  background-image: url("image.jpg");
  background-repeat: no-repeat;
}
3
background-repeat: no-repeat;
1

background-repeat: repeat|repeat-x|repeat-y|no-repeat|initial|inherit;
1
backgroundrepeat
-1

New to Communities?

Join the community