J-Query
body CSS 그라데이션 흰색 - > 블랙
사라링
2012. 6. 22. 18:17
<style>
body {
background: #8c92ac;
background: -moz-linear-gradient(bottom, #8c92ac, #fff) no-repeat;
background: -o-linear-gradient(bottom, rgb(140,146,172), rgb(255,255,255)) no-repeat;
background: -webkit-gradient(linear, center bottom, center top, from(#8c92ac), to(#fff)) no-repeat;
}
</style>