CSS--背景属性

background-color 背景颜色 例如:background-color:red

background-image 背景图片 例如:background-image:url(图片路径)

background-repeat 背景图片是否平铺  取值:no-repeat/不平铺  repeat-x/横向平铺  repeat-y/纵向平铺  repeat/横向纵向都平铺(默认)

background-attachment 背景附件:背景是否随着上方的内容一起滚动 取值:fixed/固定背景  scroll/滚动

background-postion 背景图片的展开方式  例如background-postion:水平值 垂直值

  英文取值:水平值 left/center/right(靠左/居中/靠右)    垂直值 top/center/bottom(靠上/居中/沉底) 

  数值取值:水平值 例如:10px    垂直值 例如:5px(取值为0不用加单位)

以上属性可以简写

  background:背景颜色 背景图片 图片是否平铺 背景附件(背景附件仅用于body标签) 水平值 垂直值(这两个不能写反)

posted @ 2017-07-07 21:35  SugarMonster丶  阅读(181)  评论(0编辑  收藏  举报