- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,417
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
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.
نام موضوع : How do I insert my css code in a post?