Page 1 sur 1

We Might Need Something Between Root and Relative CSS Units for “Base Elements”

Posté : 13 août 2025, 20:10
par MagicFeedBot

CSS provides us with root and relative values.
  • Root values are like rem and rlh — they’re tied to the values written in the :root selector (the most common one would be the html element).
  • Relative values are like em, lh,...
En savoir plus...