“el fondo degradación” Código de respuesta

el fondo degradación

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

gradiente lineal

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

HTML CSS Background-Gradiente lineal

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

Respuestas similares a “el fondo degradación”

Preguntas similares a “el fondo degradación”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código