1伍掀、背景圖片語法
background-image:url() 引入背景圖片
background-repeat:no-repeat 設置背景圖片是否重復平鋪
屬性值:
repeat: 背景圖像將向垂直和水平方向重復撮抓。這是默認
repeat-x: 只有水平位置會重復背景圖像
repeat-y: 只有垂直位置會重復背景圖像
no-repeat: background-image不會重復
inherit: 指定background-repea屬性設置應該從父元素繼承
background-color: 指定要使用的背景顏色
background-position : 指定背景圖像的位置
background-size : 指定背景圖片的大小
background-origin: 指定背景圖像的定位區(qū)域
background-clip:指定背景圖像的繪畫區(qū)域
background-attachment: 設置背景圖像是否固定或者隨著頁面的其余部分滾動
background-image: 指定要使用的一個或多個背景圖像
background-position:left top 設置圖片的css背景定位脏嚷,left代表靠左艾疟,top代表靠上
簡寫背景圖片語法:
background:bg-color bg-image position/bg-size bg-repeat bg-origin bg-clip bg-attachment initial|inherit;