Should I set the default font-size on the body or html element?

前端 未结 3 1871
广开言路
广开言路 2020-12-08 00:26

I like to work in ems when creating websites. Therefore I set a default font-size of 100.01% on the body element.

3条回答
  •  一生所求
    2020-12-08 00:39

    Now that the rem unit is starting to become popular, setting the base font-size on the root element (html tag) is advised (rem stands for root em).

提交回复
热议问题