So stoppen Sie ein Bild, das sich in CSS wiederholt
body {
background-image: url("image.jpg");
background-repeat: no-repeat;
}
abdullah
body {
background-image: url("image.jpg");
background-repeat: no-repeat;
}