Galleo
Member
How would I style the words in this post for example wiith this?
background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #d30000 ), color-stop(1, #4ec400 ) );
color: transparent;
-webkit-background-clip: text;
background-clip: text;
I implemented it in Usergroups and since usernames change colors based on rank, so I'm trying to post what all the ranks look like.
background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #d30000 ), color-stop(1, #4ec400 ) );
color: transparent;
-webkit-background-clip: text;
background-clip: text;
I implemented it in Usergroups and since usernames change colors based on rank, so I'm trying to post what all the ranks look like.