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