<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>
ㅇㅅㅇ