background: -moz-linear-gradient( top,#ccc,#000);
background: -webkit-linear-gradient(top,#ccc,#000);
background: -o-linear-gradient(top,#ccc, #000);web
background: linear-gradient(top,#ccc, #000);url
1,起點位置top 是從上到下,left是從左到右,left top是左上到右下
2,開始顏色,
3,結束顏色spa
背景圖片和背景顏色同時添加: background:url(../images/biao.png) right center no-repeat #fd3101;圖片