2022-10-16 字体颜色渐变

background-image: -webkit-linear-gradient(bottom, red, #fd8403, yellow);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

这里只记录最简单的一种写法,更多写法可以看这位博主的文章https://m.php.cn/article/476022.html

posted @ 2022-10-16 22:21  叶乘风  阅读(46)  评论(0编辑  收藏  举报