1.text-decoration 规定文本装饰

2display     规定如何显示某个HTML元素

  display:block;将元素显示成块级元素

  display:inline-block;将整行显示成块级元素

3.backgroup-repeat   设置是否以及如何重复背景图像

  no-repeat  不平铺,图片只展示一次

4.font-weight:normal; 设置文本的粗细 为默认

5.text-indent:2em;首行缩进两个字符

  line-height:2em;  行高

6.border-radius    四个 border-*-radius 属性的简写属性。

7.添加图片:background-image:url();

8.定背景图片的位置

  background-position:x轴 y轴;

10月25课堂内容·_背景图