右下角向左上角应该是to top left吧,根据那个表格,那他的举例是不是错啦?
p {
width: 400px;
height: 150px;
line-height: 150px;
text-align:center;
color: #000;
font-size:24px;
background-image:linear-gradient(to top left,red,orange,yellow,green,blue,indigo,violet);
}
2015-01-15
举报