caoxueying2018

知识点2: 给文字添加渐变样式

效果图:

文字的css:

    background-image:-webkit-linear-gradient(bottom, #00d5fd,#84eaff,#00d5fd);  
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 2;

文字前面原点的css

    background-image:-webkit-linear-gradient(bottom, #00d5fd,#84eaff,#00d5fd);  
    -webkit-background-clip: content-box;
    -webkit-text-fill-color: transparent;
    z-index: 2;

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-22
  • 2021-08-17
  • 2021-12-04
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-29
  • 2021-10-24
  • 2022-12-23
  • 2021-10-03
  • 2022-12-23
  • 2021-11-25
  • 2021-08-20
相关资源
相似解决方案