Como fazer a imagem não repetir no fundo
.image {
background-repeat: no-repeat;
}
abdullah
.image {
background-repeat: no-repeat;
}
background-image: url('path_to_background_image');
background-repeat: repeat|repeat-x|repeat-y|no-repeat|initial|inherit;