參考網站:https://www.w3schools.com/cssref/css3_pr_background.asp
codepen:https://codepen.io/pen/
一、背景顏色:background-color
background-color: red; background-color: #000; background-color: rgb(0,0,255); background-color: rgba(0,0,255,0.1);
二、背景圖:background-image
background-image: url("http://bootstrap.ugm.com.tw/img/bg/paper.gif");
三、背景重複:background-repeat
background-image:url(http://bootstrap.ugm.com.tw/img/bg/paper.gif); background-repeat: no-repeat;
background-image:url(http://bootstrap.ugm.com.tw/img/bg/paper.gif); background-repeat: repeat-x;
background-image:url(http://bootstrap.ugm.com.tw/img/bg/paper.gif); background-repeat: repeat-y;
background-image:url(http://bootstrap.ugm.com.tw/img/bg/paper.gif); background-repeat: repeat;
四、背景位置:background-position
background-position 屬性是用來指定背景圖案的位置。它的值可以是:
五、背景附件:background-attachment
六、CSS3背景:https://www.w3schools.com/css/css3_backgrounds.asp
七、漸層的背景產生器:https://testdrive-archive.azurewebsites.net/graphics/cssgradientbackgroundmaker/