Welcome!

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

SignUp Now!

Решено Вопрос по префиксам

Статус
В этой теме нельзя размещать новые ответы.
Решение
Какой код префиксов
Less:
.red {
    color: white;
    background: linear-gradient(to right, #f00, #900);
    border-radius: 10px;
    font-size: 90%;
    padding: 0 8px;
    line-height: normal;
    font-weight: 600;
    filter: drop-shadow(-1px 1px 3px #f00);
}

.yellow {
    color: black;
    background: linear-gradient(to right, #ff0, #ffd700);
    border-radius: 10px;
    font-size: 90%;
    padding: 0 8px;
    line-height: normal;
    font-weight: 600;
    filter: drop-shadow(-1px 1px 3px #ff0)
}

.green {
    color: white;
    background: linear-gradient(to right, #228b22, #008000);
    border-radius: 10px;
    font-size: 90%;
    padding: 0 8px;
    line-height: normal;
    font-weight...
Снова в деле...
Фев
263
946
Активный
Какой код префиксов
Less:
.red {
    color: white;
    background: linear-gradient(to right, #f00, #900);
    border-radius: 10px;
    font-size: 90%;
    padding: 0 8px;
    line-height: normal;
    font-weight: 600;
    filter: drop-shadow(-1px 1px 3px #f00);
}

.yellow {
    color: black;
    background: linear-gradient(to right, #ff0, #ffd700);
    border-radius: 10px;
    font-size: 90%;
    padding: 0 8px;
    line-height: normal;
    font-weight: 600;
    filter: drop-shadow(-1px 1px 3px #ff0)
}

.green {
    color: white;
    background: linear-gradient(to right, #228b22, #008000);
    border-radius: 10px;
    font-size: 90%;
    padding: 0 8px;
    line-height: normal;
    font-weight: 600;
    filter: drop-shadow(-1px 1px 3px #228b22)
}

.skyred {
    color: white;
    background: linear-gradient(to right, #f24666, #f24666);
    border-radius: 10px;
    font-size: 90%;
    padding: 0 8px;
    line-height: normal;
    font-weight: 600;
    filter: drop-shadow(-1px 1px 3px #f24666)
}

.orange {
    color: white;
    background: linear-gradient(to right, #ffa500, #ff8c00);
    border-radius: 10px;
    font-size: 90%;
    padding: 0 8px;
    line-height: normal;
    font-weight: 600;
    filter: drop-shadow(-1px 1px 3px #ffa500)
}
 
Статус
В этой теме нельзя размещать новые ответы.
Сверху