Advertisement
nflcs

Блясък за вашите имена по избран начин Пускам го безплатно

Dec 30th, 2022
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | Source Code | 0 0
  1. @HarveyWNvm rainbowanimate {
  2. 0% {
  3. filter: hue-rotate(-360deg);
  4. }
  5. 100% {
  6. filter: hue-rotate(360deg);
  7. }
  8. }
  9.  
  10. .username-coloured {
  11. background-image: url(https://i.imgur.com/M4imw07.gif), linear-gradient(90deg,#f00 0%,#29ff00 100%,#fff);
  12. background-clip: border-box;
  13. -webkit-background-clip: text;
  14. -webkit-text-fill-color: transparent;
  15. color: #FF512F;
  16. font-weight: 700;
  17. text-shadow: 0px 0px 5px #727309;
  18. animation: rainbowanimate 5s infinite linear;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement