Шаблон:Rainbow
Текст@-webkit-keyframes textflow-4f64b2be { 0% { background-position:0 } to { background-position:200% } } @keyframes textflow-4f64b2be { 0% { background-position:0 } to { background-position:200% } } .glowtext { background: -webkit-gradient(linear, left top, right top, from(#ac33ff), color-stop(#ffb400), color-stop(#f33), color-stop(#6176ff), color-stop(#33ff70), to(#ac33ff)); background: linear-gradient(90deg, #ac33ff, #ffb400, #f33, #6176ff, #33ff70, #ac33ff); background-size: 200% auto; background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; -webkit-animation: textflow-4f64b2be 6s linear infinite; animation: textflow-4f64b2be 6s linear infinite }