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