1.多圖拼接:
background: url(img/bg1.png) left top no-repeat,
url(img/bg2.png) right top no-repeat,
url(img/bg3.png) right bottom no-repeat,
url(img/bg4.png) left bottom no-repeat,
url(img/bg5.png) center center no-repeat;
2.背景定位
/*相對于內(nèi)容定位*/
background-origin: content-box;
/*相對于邊框盒來定位。*/
background-origin: border-box;
/*自定義背景圖定位*/
background: url(img/allbg.jpg) -40px -198px no-repeat;
3.背景覆蓋
background-size:cover;
background-size:contain;
background-size: auto 100%;
遠(yuǎn)近互聯(lián)前端小華整理發(fā)布,希望能對學(xué)習(xí)技術(shù)的你有所幫助
遠(yuǎn)近互聯(lián)專業(yè)提供網(wǎng)站建設(shè)、APP開發(fā)、網(wǎng)站優(yōu)化、外貿(mào)網(wǎng)站SEO、微信運營的品牌整合營銷服務(wù)讓客戶通過網(wǎng)絡(luò)品牌建立與網(wǎng)絡(luò)傳播提高業(yè)績。






