font-size:12px;
font-family:"微软雅黑";
font-weight:字体粗细 normal|bold
font-style:字体风格 normal italic oblique倾斜
font:font-style font-weight font-size/line-height font-family综合设置字体样式
选择器
类选择器
申明 :.类名{}
引用类样式 :class=""
多类名选择器
ID选择器
#{} 调用id=""
通配符选择器 *{}
伪类选择器
>链接伪类选择器
a:link 未访问
a:visited 已访问
a:hover 鼠标悬浮
a:active 选定 不松开鼠标
>结构伪类选择器
:first-child
:last-child
:nth-child() nth-child(odd)奇数 nth-child(even)偶数
>目标伪类选择器
:target
CSS颜色 color : red|green 十六进制 rgb(255,0,0)或rgb(100%,0%,0%)
line-height:行间距
text-align:水平对其方式 center|right|left
text-indent:首行缩进 em
letter-spacing:字间距
word-spacing:单词间距
color:rgba(r,g,b,a):颜色半透明
文字阴影 text-shadow:水平位置 垂直位置 模糊距离 阴影颜色
sublime快捷键
标签名+tab
div10 + tab
ul>li 有父子关系 ul>li5
div+p 有兄弟关系
.red #two 带类名或id 例如:.nav+.header+.main>.left+.right
内部样式表