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