day3


属性值-数字+pxi tetindent:10px

3.文本储饰,text-decoration.
n:ndetne下划线ino 欧认值没有任何线orinon上划线

4.文本的对齐方式text-align
属性值ltrightcentereusty(两端对齐)Width宽height'高+属性值都是像素。
任何一个标签默认都是以方格的形式呈现,我们需要手动调节大小样式。。背景background.
1.背景颜色background-color'属性值.是颜色

2.背景图片background-image-url("路径")
3.背景大小-background-size:xy;      x是水平上的大小y是垂直方向的大小,都是像素。。

4.背景平铺:background-repeat-属性值~默认是平铺的、repeat.....不平铺no-repeat
仅仅水平方向平铺repeat-x


你可能感兴趣的:(day3)