first commit

This commit is contained in:
编码猿
2024-09-27 02:06:13 +08:00
commit 852d94fbb9
36760 changed files with 3274413 additions and 0 deletions

View File

@@ -0,0 +1,49 @@
text-indent: 首行缩进 30px;
line-height: 做元素的垂直居中
前提:文本标签在 块元素中垂直居中
限定:单行文字居中
outline: none; 清除输入框外边的线
text-decoration:清除下划线
text-shadow: 设置文字阴影
box-shadow:设置div(块元素)阴影
list-style: 设置 ul,ol里面的li的圆点样式风格 none
display: 行内标签和块级标签实现相互转换
inline
block
inline-block
none 将元素隐藏
不适合:网站最外层搭建结构的时候使用,因为元素间会有边距
float 浮动
overflow: 规定元素超过父容器后如何排列,显示
hidden 超过部分隐藏
scroll 超过部分滚动
overflow-x
overflow-y
visibility 决定元素是否可以被看见
hidden
animation
@media
尺寸与补白
排除 margin,padding
box-sizing