Welcome!

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

SignUp Now!
[kkkOJK] сделать рамку возле Ника как на crmp online

Решено [kkkOJK] сделать рамку возле Ника как на crmp online 2026-03-22

Статус
В этой теме нельзя размещать новые ответы.
Мар
10
42
Пользователь
Окт
540
919
Активный
CSS:
.username--style3::after { /* "3" изменяешь на нужный id */
  content: ""; /* text */
  font-size: 11px;
  color: #ffeb90;
  font-weight: 700;
  border: 2px solid #ffb82b;
  border-radius: 3px;
  text-transform: uppercase;
  margin-left: 5px;
}
ок
 
Мар
10
42
Пользователь
CSS:
.username--style3::after { /* "3" изменяешь на нужный id */
  content: ""; /* text */
  font-size: 11px;
  color: #ffeb90;
  font-weight: 700;
  border: 2px solid #ffb82b;
  border-radius: 3px;
  text-transform: uppercase;
  margin-left: 5px;
}
ок
Тут для меня даже не понятно что как
 
Мар
10
42
Пользователь
@Kolpak
Легче как

Так(&:after
{
content: 'BOSS';
margin-left: 5px;
color: Red;
border-radius: 3px;
border: 3px solid Red;
padding: 0px 4px;
display: inline-block;
margin: 0 5px -3px;
font-size: 13px;
font-weight: bold;
line-height: 14px;
}
color: red;
text-shadow: red 1px 0 10px;)

Или: (.username--style3::after { /* "3" изменяешь на нужный id */
content: ""; /* text */
font-size: 11px;
color: #ffeb90;
font-weight: 700;
border: 2px solid #ffb82b;
border-radius: 3px;
text-transform: uppercase;
margin-left: 5px;
})
 
Статус
В этой теме нельзя размещать новые ответы.
Сверху