码迷,mamicode.com
首页 > Web开发 > 详细

css3颜色+透明度渐变

时间:2019-08-29 18:10:00      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:back   fir   ext   透明度   bottom   pre   enter   -o   text   

.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颜色+透明度渐变

标签:back   fir   ext   透明度   bottom   pre   enter   -o   text   

原文地址:https://www.cnblogs.com/chenluqing/p/11430912.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!