怪味曹小豆

导航

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;

}

 

实现效果

 

posted on 2018-10-25 16:21  怪味曹小豆  阅读(110)  评论(0编辑  收藏  举报