Skip to content

CSS 创建BFC方式 #15

@now915

Description

@now915

BFC

  1. html根元素
  2. float 不为none
  3. position: absolute / fixed
  4. display: inline-block / table-cell / table-caption / table / table-row / table-row-group / table-header-group / table - foolter-group / flow-root / flex / inline-flex / grid / inline-grid
  5. overflow 不为 visible
  6. 多列容器 column-count 不为auto
  7. column-span 不为1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions