To convert px to em, you should know the total size of 1 EM, which is by default 16px.
Then, apply the formula:
For example, with 16px as the size of 1em, 32px will be converted to:
px / em
.For example, with 16px as the size of 1em, 32px will be converted to:
32 / 16 = 2em
.