El tutorial o código que encontrarás en este artículo es la solución más rápida y efectiva que hallamos a tus dudas o problema.
Ejemplo 1: interlineado css
line-height:20px;/* 4px +12px + 4px *//* OR */line-height:1.7em;/* 1em = 12px in this case. 20/12 == 1.666666 */
Ejemplo 2: CSS de altura de línea
/* Keyword value */line-height: normal;/* Unitless values: use this number multiplied
by the element's font size */line-height:3.5;/* values */ line-height:3em;/* values */ line-height:34%;/* Global values */line-height: inherit;line-height: initial;line-height: unset;
Te mostramos comentarios y valoraciones
No se te olvide difundir esta noticia si te fue útil.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)