今天所学
1.上午所学
1.1命名规范
1.2背景
背景重复:
background-repeat:norepeat|repeat-x|repeat-y
背景位置:
background-position-x;
background-position-y;
背景简写:
background-position:x y;
background:color image repeat position;
背景吸附:
background-attachment:sroll|fixed;
1.3文本
文本对齐:
text-align:left|center|reght;
文本修饰:
text-decoration:none|underline|overline|line-through
文本缩进:
text-indent
文本转换:
text-transfomr;uppercase|lowercase|capitalize;
1.4字体
字体样式:
font-style:normal|italic
字体的权重:
font-weight:bold|bolder|lighter
1.5链接
1.6列表
2.下午所学