“Dégrade d'arrière-plan” Réponses codées

Dégrade d'arrière-plan

body {
  background: linear-gradient(#12c2e9,#c471ed,#f64f59);
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100%;
  margin: 0;
  padding: 2rem;
}
JérômeW

gradient linéaire

background: linear-gradient(to left, #333, #333 50%, #eee 100%);
Xenophobic Xenomorph

HTML CSS Background-Gradient

background: linear-gradient(#333, #333 50%, #eee 100%);
\\code for a basic gradient background
   #grad {
  background-image: linear-gradient(red, yellow);
}  
Attractive Angelfish

Réponses similaires à “Dégrade d'arrière-plan”

Questions similaires à “Dégrade d'arrière-plan”

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code