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
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;
}
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
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;
}