Font-Relative Units

Let's take a look at CSS units relative to font, such as em, rem, ex, and ch.

The em unit

.element {
  width:
...