Cómo detener una imagen que se repite en CSS
body {
background-image: url("image.jpg");
background-repeat: no-repeat;
}
abdullah
body {
background-image: url("image.jpg");
background-repeat: no-repeat;
}