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