“degradação de fundo” Respostas de código

degradação de fundo

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

Gradiente linear

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

HTML CSS Background Gradiente linear

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

Respostas semelhantes a “degradação de fundo”

Perguntas semelhantes a “degradação de fundo”

Procure respostas de código populares por idioma

Procurar outros idiomas de código