css文字颜色渐变

      .percent {
          background: linear-gradient(135deg, #abdcff 0%, #0396ff 100%);
          -webkit-background-clip: text;
          color: transparent;
        }

 

posted on 2022-12-01 14:18  稳住别慌  阅读(173)  评论(0)    收藏  举报