Welcome!

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

SignUp Now!

Как сделать нкдпись после ника на форуме?

Решение
css:
.username--style40 {
    color: red;
    font-weight: bold;
    text-shadow: #f00 1px 1px 10px;
    border-raduis: 8px
}

.username--style40:after {
    content: 'razrab';
    margin-left: 5px;
    color: white;
    border-radius: 3px;
    border: 3px solid #f00;
    padding: 0px 4px;
    display: inline-block;
    margin: 0 5px -3px;
    font-size: 13px;
    font-weight: bold;
    line-height: 14px
}

вместо 40 подставляешь номер своей группы(и там и там)
never stress
Дек
432
242
Активный
css:
.username--style40 {
    color: red;
    font-weight: bold;
    text-shadow: #f00 1px 1px 10px;
    border-raduis: 8px
}

.username--style40:after {
    content: 'razrab';
    margin-left: 5px;
    color: white;
    border-radius: 3px;
    border: 3px solid #f00;
    padding: 0px 4px;
    display: inline-block;
    margin: 0 5px -3px;
    font-size: 13px;
    font-weight: bold;
    line-height: 14px
}

вместо 40 подставляешь номер своей группы(и там и там)
 
Сила только в креативности 😢
Июн
2,536
1,789
Редактор
Сверху