# CSS 选择器

  • id

  • 类 class

  • 标签 tag

  • 伪类 first-child nth-child

  • 相邻选择器 h1 + p

  • 子选择器 h1 > p

  • 后代选择器 h1 p {}

  • 通配符 *

  • 属性选择器 a[href="external"]

# 可继承的样式

# 字体属性

  • font

  • font-size

  • font-family

# 文本属性

  • text-indent

  • text-align

  • line-height

  • color

  • letter-spacing

# 元素可见属性

  • visibility

# 列表属性

  • list-style-type

  • list-style

# 光标属性

  • cursor

# 所有元素可继承的属性

# 内联元素可继承

# 块级元素可继承

  • text-indent

  • text-align

# 不可继承的属性

  • display

  • 盒模型属性 宽 高 内外边距 边框

  • 背景属性 背景颜色 图片 位置 大小 重复

  • 定位属性 float clear position

  • 内容属性 content counter-reset

  • outline