css背景色渐变代码

Posted wangyongx

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css背景色渐变代码相关的知识,希望对你有一定的参考价值。

background: -moz-linear-gradient(top, #fe8f01 0%, #f52f26 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,##fe8f01), color-stop(100%,#f52f26)); 
background: -webkit-linear-gradient(top, #fe8f01 0%,#f52f26 100%); 
background: -o-linear-gradient(top, #fe8f01 0%,#f52f26 100%);
background: -ms-linear-gradient(top, #fe8f01 0%,#f52f26 100%);
background: linear-gradient(to bottom, #fe8f01 0%,#f52f26 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=‘#fe8f01‘, endColorstr=‘#f52f26‘,GradientType=0 );

 

以上是关于css背景色渐变代码的主要内容,如果未能解决你的问题,请参考以下文章

css 背景色如何平铺

css 一口气实现切角+边框+投影+内容背景色渐变

css 一口气实现切角+边框+投影+内容背景色渐变

CSS设置DIV背景色渐变

优雅的网页CSS渐变背景色实例收藏 - 持续更新ing

web实现太极图背景色线性渐变旋转动画htmlcssafterbeforelineargradienttransformrotateanimation