I want to know if it's possible to change the text size and color incrementally on the same line, like this:
I want to use CSS only if possible. Any other solution, that at least doesn't force me to put each letter in its own span, is welcome, too.
body {
font-family:monospace;
}
<span style="font-size:50px;">L</span><span style="font-size:45px;opacity:0.7">o</span><span style="font-size:38px;opacity:0.5">r</span>...
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…