Welcome!

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

SignUp Now!

дайте этот градиент

never stress
Дек
583
370
Активный
Keleen Dalaner и там градиент
css:
color: #FFFFFF;
    font-weight: bold;
    text-shadow: #000 1px 1px 10px;
    border-radius: 8px;
    background: linear-gradient(270deg, #000, #808080, #c0c0c0, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 300% 100%;
    animation: gradientFlow 8s ease infinite;
 
Сверху