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