css属性的继承性

时间:2021-03-08 10:12:56

不可继承属性:

  盒子模型属性:width height padding border margin

  背景相关属性:background相关(background-image background-size background-repeat等)

  定位属性:float position等

  display:规定元素类型

可继承属性:

  字体系列:font-family font-size font-weight等

      补充:

        可按以下顺序简写字体设置:

         font-style

         font-variant

         font-weight

         font-size/line-height

         font-family

  文本:color

  可见性:visibility