pdxbb
<p class="linecolor">文字颜色渐变</p>
<style type="text/css">
    .linecolor{
        font-size: 30px;
            background-image:-webkit-linear-gradient(bottom,red,#fd8403,yellow); 
            -webkit-background-clip:text; 
            -webkit-text-fill-color:transparent; 
    }
</style>

  效果:

 

 

  

分类:

技术点:

相关文章: