Welcome!

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

SignUp Now!

Есть у кого то такие префексы ?

Лучше плохо начать, чем хорошо бездействовать
Ноя
2,303
1,744
Профессионал
Лучше плохо начать, чем хорошо бездействовать
Ноя
2,303
1,744
Профессионал
Вот, вроде эти:
CSS:
.label {
    color: #fff;
    text-transform: uppercase;
    font-weight: 650;
    font-size: 70%;
    padding: 2px 4px;
    text-align: center;
    background-size: 300% 300%;
    border-radius: 5px;
}
&.v {
background: #ff0000;
box-shadow: 0 0 12px #ff0000;
}
&.ras {
background:  #0044ff;
box-shadow: 0 0 12px #0044ff;
}
&.otk {
background: #00AA00;
box-shadow: 0 0 12px #00AA00;
}
&.rasm {
background: #ee7700;
box-shadow: 0 0 12px #ee7700;
}
&.inf {
background: #ffbb00;
box-shadow: 0 0 12px #ffbb00;
}
 
Сверху