52 rainy
2012-09-12 17:27:11


하려니까 금칙어있다네요.

<style type="text/css">
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))
);
</style>

ㅇㅅㅇ
65 CloverWorld
2012-09-12 17:32:10
삭제
답글
추천(0)
|운영| style 태그는 금칙어로 등록되어있습니다. 양해 부탁드립니다.
65 CloverWorld
2012-09-12 17:52:34
삭제
답글
추천(0)