Resource icon

XF 2 Tip Cool animated rainbow effect on usernames

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,131
Points
823

Reputation:

LQD submitted a new resource:

Cool animated rainbow effect on usernames - css

Just copy & paste this into the "user name CSS" of the group where you wanna add this cool effect
Code:
background-image: linear-gradient(270deg, #d83b3b, #e3ed20, #20ed2d, #2082ed, #cd20ed, #20edbe) !important;
background-size: 1200% 1200% !important;
-webkit-animation: TestBanner 30s ease infinite !important;
-moz-animation: TestBanner 30s ease infinite !important;
animation: TestBanner 30s ease infinite !important;
color: transparent;
-webkit-background-clip: text;
background-clip: text...

Read more about this resource...
 
Top