css属性

文本

      属性:
            text - shadow    文字阴影
      值:
            h - shadow    水平        blur   模糊的距离
            v - shadow    垂直        color  阴影颜色
      属性:
            word - wrop     允许长单词或URL地址换行下一行
      值:
            normal      只在允许的断字点换行
      属性:
            word - break   规定自动换行的处理方法
      值:
            normal     浏览器默认的换行规则
            break - all    允许在单词内换行
            keep - all    只能在半角空格或连字符处换行

边框

      border - radius   为元素添加圆角边框
      box - shadow     向框添加一个或多个阴影
                 值:是水平、垂直、模糊、尺寸、颜色、内外互换
      border - image   是一个复合属性
          border - image - source   图片路径
          border - image - slice    图片剪切位置
          border - image - width    图片边框位置
          border - image - repeat    边框是否平铺

背景

      background - size    背景图片尺寸
      background - origin   规定background - position属性相对于什么位置来定位
          padding - box
          border - box
          content - box
      background - clip   背景的绘制区域
          border - box    裁剪到边框盒
          padding - box   被裁剪到内边距框
          content - box   背景被裁剪到内容框

你可能感兴趣的:(css属性)