20 PT to REM
Result
20 pt = 1.672 rem
Explanation
- PT — 20
To convert 20 points to REM you need to multiply PT value by 0.0836, in our case: 20 × 0.0836. In result we'll receive that 20 pt is equal to 1.672 rem
CSS code for 20 PT to REM
p { font-size: 1.672rem }
HTML (inline CSS):
<p style="font-size: 1.672rem">Hello World<p>