常用屬性:

背景顏色:background-color: #000;

背景圖片:background-image: none;

背景平鋪:background-repeat: no-repeat;

背景圖片位置:background-position: top;

指定背景圖片的大小:background-size: cover;

background-clip :? 背景剪裁屬性是從指定位置開始繪制:content-box;

background-origin
指定了背景圖像的位置區(qū)域: (content-box, padding-box,和 border-box區(qū)域內(nèi)可以放置背景圖像。)

