Reputation:
Reputation:
Reputation:
You can literally copy paste their codes from browser dev tools
Reputation:
How? Bro show in ss and in boundry
/*staff group*/
.userBanner.userBanner--staff {
color: #F0FFFF;
font-weight: bold !important;
font-family: "MinecraftBold2";
background-color: #6002f6;
background-image: url(https://media4.giphy.com/media/pO74rRxtqiBh1uqndH/200w.webp);
background-position: center;
background-size: 50%;
animation: AnimationMod 10s ease infinite;
border: 0;
margin-right: 2px;
white-space: nowrap;
border-radius: 6px;
user-select: none;
line-height: 1.35;
text-decoration: none;
padding: 1px 18px;
display: inline-block;
letter-spacing: 0.1em;
}
/*admin*/
.userBanner.userBanner--admin {
color: #F0FFFF;
font-weight: bold !important;
font-family: "MinecraftBold2";
background-color: #6002f6;
background-image: url(https://cdn.discordapp.com/attachments/1165519683475222560/1176456245935362108/200w.webp?ex=656eef42&is=655c7a42&hm=213ce61f905b5004b0ad31d0970d9923b4b652e1b890635f86e7e89f26c4db61&);
background-position: center;
background-size: 50%;
animation: AnimationMod 10s ease infinite;
border: 0;
margin-right: 2px;
white-space: nowrap;
border-radius: 6px;
user-select: none;
line-height: 1.35;
text-decoration: none;
padding: 1px 18px;
display: inline-block;
letter-spacing: 0.1em;
}
/*contributor*/
.userBanner.userBanner--contributor {
color: #F0FFFF;
font-weight: bold !important;
font-family: "MinecraftBold2";
background-color: #6002f6;
background-image: url(https://media3.giphy.com/media/3oFzmiu86mdcjOsjOU/200w.webp?cid=ecf05e47y3flyeu6djhhztz06cldwpkeo1v1mxuwnrs1l1h3&ep=v1_gifs_search&rid=200w.webp&ct=g);
background-position: center;
background-size: 50%;
animation: AnimationMod 10s ease infinite;
border: 0;
margin-right: 2px;
white-space: nowrap;
border-radius: 6px;
user-select: none;
text-decoration: none;
padding: 1px 18px;
display: inline-block;
letter-spacing: 0.1em;
}
Reputation:
Reputation:
em.userBanner.\.userBanner--founder {
color: #F0FFFF;
font-weight: bold !important;
font-family: "MinecraftBold2";
background-color: #6002f6;
background-image: url(https://media4.giphy.com/media/pO74rRxtqiBh1uqndH/200w.webp);
background-position: center;
background-size: 50%;
animation: AnimationMod 10s ease infinite;
border: 0;
margin-right: 2px;
white-space: nowrap;
border-radius: 6px;
user-select: none;
line-height: 1.35;
text-decoration: none;
padding: 1px 18px;
display: inline-block;
letter-spacing: 0.1em;
}
Reputation:
@Amit_YT here:
founder group
CSS:em.userBanner.\.userBanner--founder { color: #F0FFFF; font-weight: bold !important; font-family: "MinecraftBold2"; background-color: #6002f6; background-image: url(https://media4.giphy.com/media/pO74rRxtqiBh1uqndH/200w.webp); background-position: center; background-size: 50%; animation: AnimationMod 10s ease infinite; border: 0; margin-right: 2px; white-space: nowrap; border-radius: 6px; user-select: none; line-height: 1.35; text-decoration: none; padding: 1px 18px; display: inline-block; letter-spacing: 0.1em; }
Reputation: