Fond de page dégradé avec linear-gradient

Fermé
sebiou1 Messages postés 22 Date d'inscription mercredi 7 octobre 2015 Statut Membre Dernière intervention 14 août 2022 - 14 août 2022 à 15:42
SioGabx Messages postés 265 Date d'inscription mardi 21 août 2018 Statut Membre Dernière intervention 17 novembre 2022 - 15 août 2022 à 14:05

Bonjour,

J'ai mis ce code dans mon fichier CSS mais l'affichage ne fonctionne pas correctement.

Quelqu'un pourrait-il me renseigner ? J'aimerais qu'il s'affiche partout de haut en bas sans coupure. Là j'ai des plusieurs coupures (voir ci-dessous).

Merci d'avance,

Cordialement,

body
        {
        background: linear-gradient(white, grey); 
        color: black; 
        }


Windows / Opera 89.0.4447.64

A voir également:

1 réponse

SioGabx Messages postés 265 Date d'inscription mardi 21 août 2018 Statut Membre Dernière intervention 17 novembre 2022 100
Modifié le 15 août 2022 à 14:08

Salut !

body{
    background: linear-gradient(white, grey); 
    color: black; 
    background-repeat: no-repeat;
    background-attachment: fixed;
}

0