Ejemplo 1: parte inferior del borde css
.bottomBorder {
/* width style color */
border-bottom: 5px solid black;
}
Ejemplo 2: parte inferior del borde CSS
div {
border-bottom: 4px dashed blue;
background-color: gold;
height: 100px;
width: 100px;
font-weight: bold;
text-align: center;
}
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)