As far as I know this is only possible in webkit
h1 {
font-size: 72px;
background-image: -webkit-gradient(
linear,
left top,
right top,
color-stop(0.03, rgb(250,3,3)),
color-stop(0.52, rgb(240,255,127)),
color-stop(0.76, rgb(42,24,173)));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
http://jsfiddle.net/gEGHq/1
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…