CSS 相关概念
获取盒模型对应的宽高
盒子塌陷
<br style="clear: both;"/>#container:after { clear: both; content: ""; width: 0; height: 0 display: block; visibility: hidden; }
样式优先级
三种中样式类型
选择器类型
优先级
伪类 vs 伪元素
行内元素的 margin padding

min-width max-width (height)
居中的方式
绝对定位 + transform

flex
表格斑马纹

文本居中
水平居中

垂直居中


flex 实现九宫格

transform
css 实现等腰三角形

css 实现等边三角形

css 实现扇形

css 旋转

0.5px 直线
平均分布

rem
Last updated