盒模型 文本溢出day05

229 阅读1分钟
1列表属性
    list-style-type:disc/circle/squre/none 实心圆/空心圆/实心方块/去掉列表符号
    list-style-image:url(路径) 使用图片作为符号
    list-style-position:inside/outside 定位属性
    list-style:none 清除默认样式
2边框属性
    boder-color 颜色    
    boder-width 宽度
    border-style:solid实线 dashed虚线 dotted点线 double双实线     样式
    可以接方向
        border-left/right/top/bottom
    border:none/0  清除边框,某些标签在低版本浏览器中会显示一个边框 <a><img>
3背景属性
    背景颜色 backgroun-color
    背景图片 background-image:url(路径)
    背景平铺属性 background-repeat
    背景定位 background-position:
        x轴 left center right
        y轴 top middle bottom
    背景图片固定background-attachment:fixed/scroll 固定/滚动
    简写
        background:color image repeat posstion attachment
4盒模型
    padding 内边距
    margin 外边距
    border 边框