Unable to load image

CSS for patron-looking name + rainbow background [EDIT: No one's using this code lol]

Just paste this in "Profile CSS" in right over here: https://watchpeopledie.tv/settings/css

Here's some code.

  • For the patron name background:
h3#profile--name {
padding:1.5px 5px 3px!important;
border-radius:5px!important;
background-color:red;
}

background-color:red;

Changing the "red" to any color works.

  • Result: https://i.watchpeopledie.tv/images/17113694499489963.webp

  • For the rainbow gradient(doesn't work without the patron name):
h3#profile--name{
background: linear-gradient(90deg,    hsl(0, 100%, 50%),    hsl(30, 100%, 50%),    hsl(60, 100%, 50%),    hsl(90, 100%, 50%),    hsl(120, 100%, 50%),    hsl(150, 100%, 50%),    hsl(180, 100%, 50%),    hsl(210, 100%, 50%),    hsl(240, 100%, 50%),    hsl(270, 100%, 50%),    hsl(300, 100%, 50%),    hsl(330, 100%, 50%),    hsl(360, 100%, 50%)  );
font-weight: 1000!important;
color: #000000!important;
}

This is how it will look: https://i.watchpeopledie.tv/images/17113694498978622.webp

Shortened:

h3#profile--name {
padding:1.5px 5px 3px!important;
border-radius:5px!important;
color:black!important;
background: linear-gradient(90deg,    hsl(0, 100%, 50%),    hsl(30, 100%, 50%),    hsl(60, 100%, 50%),    hsl(90, 100%, 50%),    hsl(120, 100%, 50%),    hsl(150, 100%, 50%),    hsl(180, 100%, 50%),    hsl(210, 100%, 50%),    hsl(240, 100%, 50%),    hsl(270, 100%, 50%),    hsl(300, 100%, 50%),    hsl(330, 100%, 50%),    hsl(360, 100%, 50%)  );
font-weight: 1000!important;
}
19
Jump in the discussion.

No email address required.

Nice job! :nice:

Jump in the discussion.

No email address required.

Thanks!

Jump in the discussion.

No email address required.

It doesn't work for me

Jump in the discussion.

No email address required.

Link copied to clipboard
Action successful!
Error, please refresh the page and try again.