Bonjour,
j'essaie d'intégrer un gif sur une couleur de fond mais ça a l'air de prendre l'un ou l'autre, il y a-t-il un moyen de les avoir ensemble ? Merci d'avance Smiley biggrin

body {
background:linear-gradient(to bottom, rgba(99,182,219,1) 0%,rgba(91,178,217,0.65) 16%,rgba(48,157,207,0.65) 100%);
background-image: url(/images/filmstrip.gif);
background-repeat: no-repeat;
background-blend-mode: difference;
background-position: center;
background-attachment: local;
}
Bonsoir,
Tiens teste comme ceci,

	body {

background-image: linear-gradient(to bottom, rgba(99,182,219,1) 0%,rgba(91,178,217,0.65) 16%,rgba(48,157,207,0.65) 100%), url(https://upload.wikimedia.org/wikipedia/commons/6/67/Firefox_Logo%2C_2017.svg);
background-repeat: no-repeat;
background-blend-mode: difference;
background-position: center;
background-attachment: local;

}