Jump to content
WebFlake
  • 0

Group formatting gradient + sparkles?


RitoshiX

Question

11 answers to this question

Recommended Posts

  • 0

i was not going to share this but here i put some of this for you this would be nice change the colors around and to add the sparkles if you want

<span style="font-weight: bold; background: linear-gradient(45deg, red, blue); -webkit-background-clip: text; -webkit-text-fill-color: transparent;">

 

  • Like 1
  • Upvote 1

when I load your site, I was like a vampire, slept for thousands of years and just now is my first glimpse of light haha.

Link to comment
Share on other sites

  • 0
15 minutes ago, RitoshiX said:

 

but how about the gradient?

it's a single color not gradient 

yea i know he is asking how do you add sparkles to the group

<span style="background: url(https://www.website/Image/a.gif); color: #55d820; font-weight: bold; text-shadow: 0 0 .9em #ffffff;"Baddog-11</span>
<span style="background: url(https://www.website/Image/a.gif)

thats how you would get that affect

when I load your site, I was like a vampire, slept for thousands of years and just now is my first glimpse of light haha.

Link to comment
Share on other sites

  • 0
27 minutes ago, mr-pimpen said:

yea i know he is asking how do you add sparkles to the group


<span style="background: url(https://www.website/Image/a.gif); color: #55d820; font-weight: bold; text-shadow: 0 0 .9em #ffffff;"Baddog-11</span>

<span style="background: url(https://www.website/Image/a.gif)

thats how you would get that affect

thanks for helping me. is there anyway to put in css?

Link to comment
Share on other sites

  • 0

you really dont need it in the css it should show up on your forums

try this see if this works

<span class='platinum-donor'> </span>

css

.platinum-donor {
    color: #9393F0;
    background: url('xxx.gif') repeat;
}

 

try this because you want the sparkles to your name right

<span style='color: #9572ff; background: url(https://url/Image/sparkle_pink.gif); font-weight: bold;'>

 

when I load your site, I was like a vampire, slept for thousands of years and just now is my first glimpse of light haha.

Link to comment
Share on other sites

  • 0
1 hour ago, mr-pimpen said:

you really dont need it in the css it should show up on your forums

try this see if this works


<span class='platinum-donor'> </span>

css


.platinum-donor {
    color: #9393F0;
    background: url('xxx.gif') repeat;
}

 

try this because you want the sparkles to your name right


<span style='color: #9572ff; background: url(https://url/Image/sparkle_pink.gif); font-weight: bold;'>

 

Nice job snowflake.

Link to comment
Share on other sites

  • 0
10 hours ago, mr-pimpen said:

you really dont need it in the css it should show up on your forums

try this see if this works


<span class='platinum-donor'> </span>

css


.platinum-donor {
    color: #9393F0;
    background: url('xxx.gif') repeat;
}

 

try this because you want the sparkles to your name right


<span style='color: #9572ff; background: url(https://url/Image/sparkle_pink.gif); font-weight: bold;'>

 

gradient color and sparkles

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...