I am working with some (problematic and strange) css, and I am wondering what the difference between en and em is when determining sizes font-size:12en; height:3em;.
|
show 2 more comments
feedback
|
|
It is invalid in HTML/CSS however it is used in non-web print presses: Wikipedia mentions it under em:
| |||||||||||
feedback
|
|
And the answer can be found in the em tag page. Found it after I asked :) | |||||
feedback
|
|
In CSS 'em' is a relative typographical unit that is equal to the font-size. If your font-size is 12px, then 1em is 12px for that element. Since 'em' is a relative unit of measurement, this helps when making typographical changes to multiple elements with different font sizes, for instance if you have:
then the spacing between letters would be visually equal. | |||
|
feedback
|
enas a unit besides this code? It doesn't exist. – Wesley Murch Jan 31 at 17:44em. – Wesley Murch Jan 31 at 17:49