Alçada de línia

La propietat line-height (alçada de línia) permet controlar l’interliniat dels textos

Podem assignar-li valors absoluts (en píxels) o relatius a la mida de la tipografia (més recomanable).

html{
font-size: 16px;
}
p{
font-size:1rem;
line-height:1;
}

En aquest exemple, els paràgrafs faran servir una tipografia de 16px (1rem) i tindran un interliniea de 1 unitat (16px).

html{
font-size: 16px;
}
p{
font-size:1rem;
line-height:2;
}

En aquest exemple, l’interlinieat serà de 32px (16px * 2)

Exercici

Si no ho has fet a classe, assigna als teus enllaços amb la classe «pildora» un interliniat de 1 unitat.

Notes la diferència?

You may choose to prevent this website from aggregating and analyzing the actions you take here. Doing so will protect your privacy, but will also prevent the owner from learning from your actions and creating a better experience for you and other users.