样式表的样式属性汇总

1.大小: width宽度

     height高度

单位px

2.背景:background-color背景颜色

    background-image背景图片

    background-repeat背景图片平铺方式

    background-position背景图片位置

    background-attachment甚至背景图片是否滚动

    background-size背景图片的大小,单位px

3.字体:font-family字体

    font-size字体大小 ,单位px

    font-style:italic 倾斜

    font-weight:bold加粗

    text-decoration:underline下划线 overline上划线line-through 删除线

    color字体颜色

4.对齐:text-align水平对齐方式,常用center 为水平居中对齐

    vertical-align垂直对齐方式,常用middle为垂直居中(配合line-height使用可是文字于整个块级元素垂直居中)

    text-indent缩进,单位px

5.边框边距:margin外边距,单位px

      padding内边距,单位px,加内边距会使块元素的大小改变,多了内边距的值

      border:1px粗细 solid实线 color边框颜色

    

            

    

    

原文地址:https://www.cnblogs.com/rose1324/p/7899290.html