“gradiente del sitio web” Código de respuesta

uigradient


  background: #0f2027; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #0f2027, #203a43, #2c5364); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #0f2027, #203a43, #2c5364); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
Thoughtless Tuatara

gradiente de interfaz de usuario


  background: #000428; /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #000428, #004e92); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #000428, #004e92); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
Cautious Chicken

gradiente del sitio web

background-image: linear-gradient(45deg, rgba(250,139,255,1) 0%, rgba(43,210,255,1) 52%, rgba(43,255,136,1) 90%);
background-size: auto;
background-position: 0% 0%;
background-repeat: repeat;
background-color: rgba(250,139,255,1);
Stupid Skunk

Respuestas similares a “gradiente del sitio web”

Preguntas similares a “gradiente del sitio web”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código