What is the difference between px, em and ex?

后端 未结 5 519
我在风中等你
我在风中等你 2020-11-29 03:45

What is the difference between px, em and ex? And when you define font-size in CSS, do you use px, pt or

5条回答
  •  独厮守ぢ
    2020-11-29 04:32

    what is the difference px,em and ex?

    http://www.w3.org/TR/CSS21/syndata.html#length-units describes those and the other length units available in CSS

    And when you define font-size in css, do i use px,pt or em?

    As a rule of thumb, use percentages on screen and pt for print.

提交回复
热议问题