|
|
|
|
|
by jlarocco
1778 days ago
|
|
Thank you. It seems "px" is really the worst of both worlds, then. It's not device independent like "pt", it's not what most people expect it to be (one device pixel), and there's subjective "wiggle room" in what it actually means. |
|
This seems to also be incorrect. px and pt are both absolute units, and 1.33px == 1pt. If you want relative units you need to use something like em.
https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_...