Extra.lessWhere I should to put that? Thanks anyway
How to make my username glow? Like admin username.
/* ### User Banners XnForo.ir ### */
.userBanner--admin {
color: #fff;
background-color: red;
&:before {
font-family: "Font Awesome 5 Pro";
padding-right: 5px;
content: "\f091"
}
}
.username--style3 {
text-shadow: #ee82ee 1px 1px 10px;
color: red;
background: url('https://xnforo.ir/16066101745881.gif');
}
Where I should to put that? Thanks anywayCSS:/* ### User Banners XnForo.ir ### */ .userBanner--admin { color: #fff; background-color: red; &:before { font-family: "Font Awesome 5 Pro"; padding-right: 5px; content: "\f091" } }
CSS:.username--style3 { text-shadow: #ee82ee 1px 1px 10px; color: red; background: url('https://xnforo.ir/16066101745881.gif'); }