Estoy tratando de agregar un borde inferior a un divAñadir un borde inferior a un div
.divLast
{
top: 0px;
margin:0px;
padding: 0px 2px 2px 3px;
border-width: 2px;
border-bottom-width:2px;
border-bottom-color:White;
width: 100%;
}
Sin embargo, el borde inferior no aparece blanco. ¿Alguna idea?
gracias por el mejor consejo – ScG