Jump to content

Не работает переливающий [url=#]Никнейм[/url]

Featured Replies

Сделал в CSS: (Сделал по образцу этой темы 

.username__shine {
    background: linear-gradient(to right, #edc65c, #ff7600, #bd2828, #ed5cc7, #5c86ed, #edc65c);
    background-size: 200% auto;
    color: #edc65c;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-animation: shine 3s linear infinite alternate;
    animation: shine 3s linear infinite alternate;
}
@-webkit-keyframes shine {
  to {
    background-position: 200% center;
  }
}
@keyframes shine {
  to {
    background-position: 200% center;
  }
}

 

Link to comment
https://ipbmafia.ru/topic/26096-ne-rabotaet-perelivayushij-urlniknejmurl/
Share on other sites

Скриншот куда что добавляли

У меня все работает 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.