“Répétition du fond” Réponses codées

Comment faire de l'image pas répéter sur fond

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

Répétition du fond

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

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code