[CSS]CSS Reference - CSS Units
개발관련/CSS/CSS3 2012. 10. 24. 03:00 |출처: http://www.w3schools.com/cssref/css_units.asp
CSS Units
Measurement Values
Unit | Description |
---|---|
% | percentage |
in | inch |
cm | centimeter |
mm | millimeter |
em | 1em is equal to the current font size. 2em means 2 times the size of the current font. E.g., if an element is displayed with a font of 12 pt, then '2em' is 24 pt. The 'em' is a very useful unit in CSS, since it can adapt automatically to the font that the reader uses |
ex | one ex is the x-height of a font (x-height is usually about half the font-size) |
pt | point (1 pt is the same as 1/72 inch) |
pc | pica (1 pc is the same as 12 points) |
px | pixels (a dot on the computer screen) |
'개발관련 > CSS/CSS3' 카테고리의 다른 글
[CSS]CSS Reference - CSS Web Safe Fonts (0) | 2012.10.24 |
---|---|
[CSS]CSS Reference - CSS Aural Reference (0) | 2012.10.24 |
[CSS]CSS Reference - CSS Selector Reference (0) | 2012.10.24 |
[CSS]CSS Reference - CSS Reference (0) | 2012.10.24 |
[CSS]CSS Advanced - CSS Attribute Selectors (0) | 2012.10.24 |