0
点赞
收藏
分享

微信扫一扫

【前端学习 - CSS(16)CSS 属性继承】

野见 2022-02-22 阅读 52
css

1. CSS 有哪些属性可以继承?

  1. 字体系列属性:如 font,font-family,font-size,font-weight,font-style
  2. 文本系列属性:如 color,text-indent(文本缩进),text-align(文本水平对齐),line-height,word-spacing(字间隔)
  3. 元素可见性:visibility
  4. 表格布局属性:caption-side、border-collapse、border-spacing、empty-cells、table-layout
  5. 列表属性:list-style-type、list-style-image、list-style-position


 

举报

相关推荐

0 条评论