css CSS:CSS3 Gradients模板来自http://www.hongkiat.com/blog/css-snippets-for-designers/
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css CSS:CSS3 Gradients模板来自http://www.hongkiat.com/blog/css-snippets-for-designers/相关的知识,希望对你有一定的参考价值。
#colorbox {
background: #629721;
background-image: -webkit-gradient(linear, left top, left bottom, from(#83b842), to(#629721));
background-image: -webkit-linear-gradient(top, #83b842, #629721);
background-image: -moz-linear-gradient(top, #83b842, #629721);
background-image: -ms-linear-gradient(top, #83b842, #629721);
background-image: -o-linear-gradient(top, #83b842, #629721);
background-image: linear-gradient(top, #83b842, #629721);
}
以上是关于css CSS:CSS3 Gradients模板来自http://www.hongkiat.com/blog/css-snippets-for-designers/的主要内容,如果未能解决你的问题,请参考以下文章
CSS Css3 Gradients
CSS3的各种渐变
CSS CSS3 Gradients所有浏览器
CSS3之渐变(Gradients)
CSS3的渐变文本效果字体
gradients(渐变)