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