css3颜色+透明度渐变

Posted chenluqing

tags:

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

.linear 
        width: 630px;
        height: 120px;
        line-height: 150px;
        text-align: center;
        font-size: 26px;
        position: absolute;
        bottom: 0;
        color: #fff;
        background: -webkit-linear-gradient( top, rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.2) ); /* Safari 5.1 - 6 */
        background: -o-linear-gradient(bottom,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.2)); /* Opera 11.1 - 12*/
        background: -moz-linear-gradient( bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)); /* Firefox 3.6 - 15*/
        background: linear-gradient(to bottom,rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)); /* 标准的语法 */
      

以上是关于css3颜色+透明度渐变的主要内容,如果未能解决你的问题,请参考以下文章

CSS3渐变 阴影 遮罩

html中如何让背景颜色渐变???

怎样用css3操作透明度?

html中想要将背景颜色渐变怎么弄?

CSS背景渐变

html中想要将背景颜色渐变怎么弄?