Ver Mensaje Individual
  #6 (permalink)  
Antiguo 16/11/2016, 09:44
Avatar de LordJhony
LordJhony
 
Fecha de Ingreso: septiembre-2010
Mensajes: 472
Antigüedad: 13 años, 8 meses
Puntos: 24
Respuesta: Aplicar degradado a toda la pagina.

Cita:
Iniciado por ArturoGallegos Ver Mensaje
solo agrégale fixed como a cualquier background que quieres que este fijo

Código CSS:
Ver original
  1. html, body{height:100%;}
  2. body{
  3.   background:linear-gradient(#fe0,#f30) fixed;
  4. }
Muchas gracias, me sirvió de mucho.