我想知道是否有办法在 Firefox 中应用文本渐变?我可以让它在 Chrome 和 Safari 中工作,代码如下:
h1 {
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#000000));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-align: center;
text-transform: uppercase;
font: bold 4em "Lucida Grande", Lucida, Verdana, sans-serif;
}
但是 Mozilla 似乎没有任何东西。