fix typos

This commit is contained in:
qianguyihao
2018-12-09 17:23:30 +08:00
parent 1523f7a7b3
commit aa76db8748
21 changed files with 30 additions and 63 deletions

View File

@@ -257,7 +257,7 @@ BFC 的原理,其实也就是 BFC 的渲染规则(能说出以下四点就
有以下几种方法:
- 方法1overflow: 不为vidible可以让属性是 hidden、auto。【最常用】
- 方法1overflow: 不为visible可以让属性是 hidden、auto。【最常用】
- 方法2浮动中float的属性值不为none。意思是只要设置了浮动当前元素就创建了BFC。