“CSS line-weight” Kode Jawaban

CSS tinggi garis

/* Keyword value */
line-height: normal;

/* Unitless values: use this number multiplied
by the element's font size */
line-height: 3.5;

/* <length> values */
line-height: 3em;

/* <percentage> values */
line-height: 34%;

/* Global values */
line-height: inherit;
line-height: initial;
line-height: unset;
Itchy Ibis

CSS line-weight

/* Valeur avec un mot-clé */
line-height: normal;

/* Type <number> */
/* S'il n'y a pas d'unité, cela 
   représente un facteur multiplicateur
   de la taille de la police appliquée à
   l'élément */ 
line-height: 3.5;

/* Valeur de longueur */
/* Type <length>      */
line-height: 3em;

/* Valeurs proportionnelles */
/* Type <percentage>        */
line-height: 34%;

/* Valeurs globales */
line-height: inherit;
line-height: initial;
line-height: unset;
Victor Grk

Jawaban yang mirip dengan “CSS line-weight”

Pertanyaan yang mirip dengan “CSS line-weight”

Lebih banyak jawaban terkait untuk “CSS line-weight” di CSS

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya