1 Star 0 Fork 0

guolb/cheat

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
css 1018 Bytes
Copy Edit Raw Blame History
guolb authored 2020-08-08 17:03 . add css note.
##浮动
1. 浮动float: left float:right float:none, 影响紧临的元素
1. 清除浮动影响,对被浮动影响的元素
a. clear:left clear:both
b. wdith:100%;overflow:hide
##自动居中
margin:0 auto
##定位
posistion
relative
拥有偏移属性和Z-index
偏移相对于本来位置, top, left
EG: 相对于本来位置偏移(50, 50; 当与元素重合时,处于上层
```
position:relative; top:50px; left:50px;
```
absolute
脱离标准文档流
无已经定位的祖先元素(有position属性),以Html为偏移对象
有已经定位的祖先元素, 以最近的祖先元素偏移
fixed
static
#切图工具
http://www.cutterman.cn/
http://www.cutandslice.me/
1. 把生命浪费在美好的事物上
2. 应该有一份不以此为生的职业
3. 30岁以下最著名的男士
4. 一切改革都是从违法开始的
5. 在穷也要站在富人堆里
6. 生活就是做减法. 活在当下
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/guolb/cheat.git
git@gitee.com:guolb/cheat.git
guolb
cheat
cheat
master

Search

D67c1975 1850385 1daf7b77 1850385