Support Animated Nickname help

Solution
CSS:
.username--style3 {
    text-shadow: #ee82ee 1px 1px 10px;
    color: red;
    background: url(https://xnforo.ir/16066101745881.gif);
}
CSS:
.username--style3:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f521";
    padding-right: 1px;
    display: inline-block;
}

salamiwerty

Registered
CSS:
.username--style3 {
    text-shadow: #ee82ee 1px 1px 10px;
    color: red;
    background: url(https://xnforo.ir/16066101745881.gif);
}
CSS:
.username--style3:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f521";
    padding-right: 1px;
    display: inline-block;
}
where this they go?
 
Back
Top Bottom