Salut
Y a t-il moyen de specifier ds une css comment charger une image de fond en 2 fois par exemple ?
Peut on specifier 2 images ds :
body {
COLOR: black;
FONT-FAMILY: Arial , 'Times New Roman', sans-serif;
text-decoration: none;
FONT-SIZE: 12px;
background-color: white;
background-image: url("../images/background.jpg");
background-repeat: no-repeat;
}
Merci.
Partager