今天自己,以前的所学习的知识以及理论思路整理一遍。
css
基本语法
选择器{属性;属性值}
三种样式表
写在html标签里边的 内联样式表
下在head之间的style包裹里的 内部样式表
创建在html外部的通过link方式引入的 外部样式表
两种外部样式引入方式的区别
优先级
选择器
标签选择器 1
id选择器 100
类选择器 10
通配符选择器
伪类选择器
后代选择器 权重之和
群组选择器 选择器本身
选择器的权重
css的核心属性
文字
文字大小 font-size
文字字体 font-family
文字加粗 font-weight
文字倾斜 font-style
文字颜色 color
行高 line-height
文本
水平对齐 text-align
垂直对齐 vertical-align
文本修饰 text-decoration
首行缩进 text-indent
调间距 word-spacing
字符间距 letter-spacing
文本阴影 text-shadow
中英文字母大小写 text-transfom
背景
背景颜色 backgrround-color
背景图片 background-image
背景的重复方式 background-repeat
背景图片的位置 background-position
背景图片的固定 background-attachment
列表设置
列表符号 list-style-type
图片作为列表符号 list-style-image
列表符号的位置 list-style-position
float
left
right
none
清除flaot属性是clear
none
left
right
both
边框设置
border:颜色 线型(soild dashed dotted doublue none 粗细
制作三角形
圆角bo'rder-radius (css3.0出现 低级版本浏览器不支持)