Ver Mensaje Individual
  #13 (permalink)  
Antiguo 27/09/2013, 22:36
Avatar de Simon_Echecopar
Simon_Echecopar
 
Fecha de Ingreso: marzo-2012
Mensajes: 96
Antigüedad: 12 años, 1 mes
Puntos: 0
Respuesta: Linea vertical repetida en css.

Aqui una linea horizontal gradiente, no se si les sirva.
Código HTML:
.lineaHor2
{
background: -webkit-linear-gradient(orange, red);
background: -moz-linear-gradient(orange, red);
background: -o-linear-gradient(orange, red);
width: 70%;
height: 5px;
}