CSS 之 Float & Clear
摘要:float 可对行元素和块元素生效 float 会让元素脱离正常文档流,脱离后 if float设为left then 元素向左移动; if 容器边界已有其他浮动元素 then 元素停靠在浮动元素右边; end if end if 上图中 1 左浮动到容器左边沿,2 左浮到1 右边,2 会被后面的行
阅读全文
posted @ 2020-12-09 17:10
posted @ 2020-12-09 17:10
posted @ 2020-12-04 15:39
posted @ 2017-06-15 17:52