Welcome!

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

SignUp Now!

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

Янв
27
0
Пользователь
Как сделать такую же надпись после ника на форуме?1000033136.jpg
 
Решение
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
Дек
502
291
Активный
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,660
1,886
Редактор
Сверху