- Joined
- Jul 3, 2019
- Messages
- 208
- Points
- 53
Reputation:
Hello guys,
Good day!
Dear, I am trying to modify the usernames CSS style with animation style as this code:
The colors were changed when I submitted this code without applying the animation.
May I know if there is any code I should add somewhere?
Many thanks.
Good day!
Dear, I am trying to modify the usernames CSS style with animation style as this code:
- background: linear-gradient(to right, #66f, #09f, #0f0, #f39, #66f);
- -webkit-background-clip: text;
- background-clip: text;
- color: transparent;
- animation: style3 4s ease-in-out infinite;
- background-size: 400% 100%;
- font-weight: bold;
The colors were changed when I submitted this code without applying the animation.
May I know if there is any code I should add somewhere?
Many thanks.