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

Добро пожаловать!

Зарегистрировавшись у нас, вы сможете обсуждать, делиться и отправлять личные сообщения другим участникам нашего сообщества.

Зарегистрироваться!
  • Если Вы желаете помогать развитию проекта, готовы заполнять раздел(-ы) и подсказывать другим пользователям на портале, есть возможность попасть в команду редакторов. Для этого следует обратиться в техническую поддержку
Статус
В этой теме нельзя размещать новые ответы.
Решение
Какой код префиксов
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...
Снова в деле...
Активный
Регистрация
12 Фев 2025
Сообщения
219
Какой код префиксов
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)
}
 
Статус
В этой теме нельзя размещать новые ответы.
Сверху