CSS相关知识汇总
基本选择器:全局选择器(*)、class选择器、id选择器、标签选择器、并集选择器、交集选择器;
层次选择器:后代选择器、子代选择器、相邻兄弟选择器、通用兄弟选择器;
字体颜色:color
字体类型:font-family
字体大小:font-size
字体倾斜:font-style
字体粗细:font-weight
行高:line-height
文本修饰:text-decoration
首行缩进:text-indet
文本对齐:text-align
垂直对齐:vertical-aligh
文字阴影:text-shadow
光标样式:cursor
背景色:background-color
背景图:background-image
背景固定:background-attachment
背景平铺:background-repeat
背景位置:background-position
背景缩写:background:color url repeat x y fixed
背景大小:background-size
盒子阴影:box-shadow
透明度:opacity
定位:position
过渡:transition
变形:transform
动画:animation
文本域:textarea
最小高度:min-height(该方法主要用来内容多的时候,高度随着内容伸缩)