47 단맛과자
2012-09-09 10:05:17


background-image: linear-gradient(bottom, rgb(145,153,147) 41%, rgb(198,209,209) 71%);
background-image: -o-linear-gradient(bottom, rgb(145,153,147) 41%, rgb(198,209,209) 71%);
background-image: -moz-linear-gradient(bottom, rgb(145,153,147) 41%, rgb(198,209,209) 71%);
background-image: -webkit-linear-gradient(bottom, rgb(145,153,147) 41%, rgb(198,209,209) 71%);
background-image: -ms-linear-gradient(bottom, rgb(145,153,147) 41%, rgb(198,209,209) 71%);

background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.41, rgb(145,153,147)),
color-stop(0.71, rgb(198,209,209))
);
52 rainy
2012-09-09 12:35:20
삭제
답글
추천(0)
어떤색그라이언트임? 무지개?