css3实现文本渐变

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

}

实现效果

猜你喜欢

转载自www.cnblogs.com/caoxueying2018/p/9850642.html