Different Units in CSS | Pseudo Elements & Classes | Opacity | Transform

Learning Different Units in CSS | Pseudo Elements & Classes | Opacity | Transform

1 Like

The term “em” stands for ephemeral unit , a concept taken from the field of typography. For example, 1em in a 16-point typeface is 16 points, 2em is 32 points, etc. In CSS, em is a relative unit for the size of the current element relative to the size of its parent.

2 Likes