Welcome!

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

SignUp Now!

Помогите баг с ником

Мар
35
4
Пользователь
Css:
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;
&:before {
font-family: "Font Awesome 5 Pro";
    content: "\f521";
    font-weight: 600;
    padding-right: 2px;
    display: inline-block;
}
 
Июл
18
0
Пользователь
Pawn:
font-weight: bold;
    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;
&:before {
font-family: "Font Awesome 5 Pro";
    content: "\f521";
    font-weight: 600;
    padding-right: 2px;
    display: inline-block;
}
 
Сверху