培训内容:
注:(附件有课堂案例,自行下载查看)
一、CSS
选择器{属性1:属性值1; 属性1:属性值1;} 例:h1{ font-size:12px; color:red;}
- 规则 :
- 引入CSS样式表
例如:行内式
属性: href type rel
- CSS基础选择器
二、CSS属性
- CSS字体样式属性:
- font-size:em px cm
- font-family:Arial "微软雅黑"
- font-weight:normal/400 bold/700 bolder lighter 100-900
- font-variant:italic
- CSS文本外观属性:
- color:
- red green blue
- #FF0000
- rgb(255,0,0)
- letter-spacing
- word-spacing
- line-height:px em %
- text-transform
- text-decoration:none underline overline line-through
- text-align:left center right
- text-indent:em(荐) %
- white-space:normal pre nowrap
三、CSS复合选择器
内容回顾:
新增标记:div span strong em br & nbsp;