The background-repeat property repeats the background image horizontally and vertically. Some images are repeated only horizontally or vertically.
body {
background-image: url(“paper1.gif”);
margin-left:100px;
}
The background-repeat property repeats the background image horizontally and vertically. Some images are repeated only horizontally or vertically.
body {
background-image: url(“paper1.gif”);
margin-left:100px;
}