La création de site web implique de se tenir à jour et au courant des évolutions techniques.
Vous retrouverez ici les pages que nous avons visitées et dont nous avons estimées digne d’intérêt.
Il n’y a d’ailleurs pas que de la technique…
Unitless line-height are so great !
Février 2023, Par Veille pyrat.netWith a unitless line-height, the value of the line-height is reevaluated for every single children based on said children’s font-size. Here the container is set to font-size:1rem ; line-height:1.25. The <h1> gets a line height of 40px. The <p> gets a line height of 20px.
With a percentage line-height, the value of the line-height is evaluated once on the parent, and then applied at that exact same value for every children. Here the container is set to font-size:1rem ; line-height:125%. The <h1> gets a line height of 20px. The <p> gets a line height of 20px.
→ Lire la suite sur le site d’origine…
