DOES ANY1 KNOW HOW TO ADD LIKE AN EMOJI/RENAME ONE OF UR TOPPED PEOPLE???? I RLLY WANNA KNOW HOW PLEAS
TY!!!
this has the same name for all topped people, but here's what i made rq in like a min
.fwiendFace { font-size: 0px; }
.fwiendFace::before { content: "content"; font-size: 16px; }
it would be likee
.fwiendFace > b { font-size: 0 }
.fwiendFace > b::after { content: "whatever the fuck ur gonna put there" color/size/wtf: value; }
if ur putting an emoji after, ignore the font-size: 0 thing, if ur replacing it do the entire thing
TY!!!
this has the same name for all topped people, but here's what i made rq in like a min
.fwiendFace {
font-size: 0px;
}
.fwiendFace::before {
content: "content";
font-size: 16px;
}
it would be likee
.fwiendFace > b {
font-size: 0
}
.fwiendFace > b::after {
content: "whatever the fuck ur gonna put there"
color/size/wtf: value;
}
if ur putting an emoji after, ignore the font-size: 0 thing, if ur replacing it do the entire thing