Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

как сделать чтобы отображалась галочка при переливании ника?

Апр
235
-2
Пользователь
color: #ffaf38;
font-weight: bold;
text-shadow: #c0f 1px 1px 10px;
border-raduis: 10px;
border-radius: 8px;
background: linear-gradient(270deg, #f00, #6e48aa, #9d50bb, #f00, #9932cc, #b0284d, #497fff, #9400d3, #f00, #7442c8, #8a2be2, #f00);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-size: 900% 20%;
color: #1000f2;
animation: AnimNic 10s ease infinite
 
Окт
540
923
Активный
Less:
.username i,
.username svg,
.username:after{
-webkit-text-fill-color:initial !important;
background:none !important;
}
 
never stress
Дек
521
329
Активный
Less:
.username i,
.username svg,
.username:after{
-webkit-text-fill-color:initial !important;
background:none !important;
}
CSS:
.fa-badge-check:before {
    content: "\f336"
    -webkit-text-fill-color:initial !important;
     background:none !important;
}

в его случае это так. немного доделал код.
 
Последнее редактирование модератором:
@viovit_dev
Апр
1,526
959
Продавец
Less:
.username i,
.username svg,
.username:after{
-webkit-text-fill-color:initial !important;
background:none !important;
}
.fa-badge-check:before {
content: "\f336"
-webkit-text-fill-color:initial !important;
background:none !important;
}

в его случае это так. немного доделал код.
ребята, а вы вкурсе что можно было просто i:before добавить и все, а не сидеть и зачем-то трогать юзернейм и фа иконку
 
Сверху