Вот мой CSS-код:
< div class="snippet-code">
Код: Выделить всё
body {
background: linear-gradient(45deg, #F17C58, #E94584, #24AADB, #27DBB1, #FFDC18, #FF3706);
background-size: 600% 100%;
background-repeat: repeat;
background-attachment: fixed;
animation: gradient 16s linear infinite;
animation-direction: alternate;
}
@keyframes gradient {
0% {
background-position: 0%
}
100% {
background-position: 100%
}
}Может ли кто-нибудь мне помочь?
Подробнее здесь: https://stackoverflow.com/questions/661 ... -cpu-usage
Мобильная версия