摘要:
本章主要内容 定位介绍 static 定位 relative 定位 absolute 定位 fixed 定位 sticky 定位 一、position介绍 position属性适用于 任何元素; 二、默认定位(position:static ) A、作用: 是元素定位于自然流中,上下左右的偏移对其无 阅读全文
摘要:
本章主内容 浮动是什么 如何浮动 浮动的副作用及如何清除副作用 使用场景 一、浮动(float) 含义:让元素浮动起来,并排排列; 二、如何浮动 float:left 1、2、3 float:right 注意 采用倒序排列 ...3、2、1 float:none 不浮动 float: inherit 阅读全文