Код: Выделить всё
.stroked-text
{
/* Values to define in-place:
--stroked-text-color-1
--stroked-text-color-2
--stroked-text-color-3
--stroked-text-color-bg
*/
--gradient: 320deg,
var(--stroked-text-color-1) 5%,
var(--stroked-text-color-2) 50%,
var(--stroked-text-color-3) 90%;
background: linear-gradient(var(--gradient));
background-clip: text;
-webkit-text-stroke: 3px transparent; /* No non-prefixed version. */
color: black;
}
Код: Выделить всё
var(--stroked-text-color-1, red) /* RED to to attract attention! */
Подробнее здесь: https://stackoverflow.com/questions/793 ... -not-found
Мобильная версия