Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

new extra.less harsh russia

Июл
14
12
Активный
Ниже приведен основной код. Файлом прикреплю весь код.

.userBanner {
color: #fff;
text-transform: uppercase;
font-weight: 600;
font-size: 65%;
padding: 3px 6px;
background-size: 600% 600%;
animation: AnimBanner 10s ease infinite
}

.userBanner.userBanner--staff {
color: #fff;
border-radius: 30px;
background: linear-gradient(270deg, #f00, #ff6347, #f00);
background-size: 900% 900%
}

.userBanner.krasin {
background-image: linear-gradient(270deg, #ff4500, #ff6347, #ff4500)
}

@keyframes AnimBanner {
0% {
background-position: 0% 50%
}

50% {
background-position: 100% 50%
}

100% {
background-position: 0% 50%
}
}

 

Вложения

  • banner harsh.txt
    4.1 KB · Просмотры: 65
Сверху