CSS: em or px
CSS: em or px
Out of context: Reply #2
- Started
- Last post
- 24 Responses
- grafholic0
use px because:
* em: the 'font-size' of the relevant font
* ex: the 'x-height' of the relevant font
* px: pixels, relative to the viewing device
use px because:
* em: the 'font-size' of the relevant font
* ex: the 'x-height' of the relevant font
* px: pixels, relative to the viewing device