CSS属性,可以完成99%的页面编写

border:
    border:4px dotted red;
            宽度 样式 颜色 solid(实线)
    border-style:
        -none:
            无边框
        -hidder:
            隐藏边框
        -dotted:
            点组成
        -dashed:
            短线组成
        -solid:
            实线
        -double:
            双实线
        -groove:
            立体感的沟槽
        -ridge:
            脊形
        -inset:
            内嵌一个立体边框
        -outset:
            外钳一个立体边框
background_color:
    背景颜色
top.tottom.left.right:
    上下左右
font:
    字体
    -size:
        大小
    -family:
        字体的名称
    -style:
        字体样式,如斜体,粗体,常规
height.
    高宽
line-height:
    两行之间的距离
margin:
    上下左右边距
    -bottom:
        下边距宽度
    -left:
        左边距宽度
    -right:
        右边距宽度
    -top:
        上边距宽度
padding:
    内边距
scrollbar3d-light-color:
    滚动条上滚按钮和滑块按钮的左上颜色
scrollbar-arrow-color:
    滚动箭头标识的颜色
scrollbar-base-color:
    滚动条的主要颜色


原文地址:https://www.cnblogs.com/weimin1314/p/8260499.html