“fundo de repetição” Respostas de código

Como fazer a imagem não repetir no fundo

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

fundo de repetição

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

Procure respostas de código populares por idioma

Procurar outros idiomas de código