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