
Relative

We Might Need Something Between Root and Relative CSS Units for “Base Elements” | CSS-Tricks
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, ch and various others — they’re tied to the font-size in that specific element….