Font-Relative Units
Let's take a look at CSS units relative to font, such as em, rem, ex, and ch.
We'll cover the following...
The em unit
.element {
width: 30em;
}
...Ask
Let's take a look at CSS units relative to font, such as em, rem, ex, and ch.
em unit.element {
width: 30em;
}
...