“repetición” Código de respuesta

Cómo hacer que la imagen no se repita en el fondo

.image {
 background-repeat: no-repeat;
}
abdullah

repetición

background-image: url('path_to_background_image');
background-repeat: repeat|repeat-x|repeat-y|no-repeat|initial|inherit;
Fragile Flamingo

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código