1
2
3
4
5
6
body, html
{
background: url( ); /*背景圖網址*/
background-repeat: no-repeat; /*背景圖不重複*/
background-position:0% 50%;/*背景圖位置*/
}