我知道如何使用线性渐变颜色作为背景,但是可以对文本的颜色做同样的事情吗?
谢谢
答案 0 :(得分:0)
解决方案
.toolbar-title{
background: -webkit-linear-gradient(30deg,#4ba9fc,#31dab4);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
//color: #fff;
font-size: 3em;
margin-top: 25px;
text-align: center;
font-family: "Lobster 1.4 Regular";