Files
ClassContent/历届学生/陈一航/2020-03-12/笔记.txt
2024-09-27 02:06:13 +08:00

49 lines
870 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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