make a picture as backgound no repeat code example
Example: how to stop an image repeating in css
body {
background-image: url("image.jpg");
background-repeat: no-repeat;
}
body {
background-image: url("image.jpg");
background-repeat: no-repeat;
}