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

css文字颜色渐变及阴影效果

时间:2018-09-28 20:51:20      阅读:228      评论:0      收藏:0      [点我收藏+]

标签:mask   near   des   att   weight   rom   参考   from   ati   

参考文档

  .desc {
    font-size: 36px;
    font-weight: 700;
    text-shadow: 0px 3px 6px #e35f0b;
    color: #fff;
    display: inline-block;
    position: relative;
  }

  .desc::after {
    position: absolute;
    left: 0;
    top: 0;
    content: attr(data-text);
    color: #fcf4ae;
    -webkit-mask-image: -webkit-gradient(
      linear,
      0 0,
      0 bottom,
      from(rgba(0, 0, 0, 0)),
      to(#fcf4ae)
    );
  }

css文字颜色渐变及阴影效果

标签:mask   near   des   att   weight   rom   参考   from   ati   

原文地址:https://www.cnblogs.com/jaggerd/p/9720402.html

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