Welcome!

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

SignUp Now!

Решено дайте код объявления

Статус
В этой теме нельзя размещать новые ответы.
Решение
Пацы дайте код объявление как тут на вверху https://forum.crmp-mobile-hub.ru/index.php
буду благодарен
заранее спасибо
css:
<div class="notice-content">
<div class="smooth-gradient-text">
    <a href="https://forum.crmp-mobile-hub.ru/index.php?forums/%D0%9F%D1%80%D0%B8%D1%91%D0%BC%D0%BD%D0%B0%D1%8F-%D0%B0%D0%B4%D0%BC%D0%B8%D0%BD%D0%B8%D1%81%D1%82%D1%80%D0%B0%D1%82%D0%BE%D1%80%D0%B0-%D1%84%D0%BE%D1%80%D1%83%D0%BC%D0%B0.14/" target="_blank">
        Уважаемые пользователи, администратор форума ждёт ваших предложений по улучшению.
        Пишите в данный раздел ваши идеи.
    </a>
</div>

<style>
.smooth-gradient-text {
    font-weight: 700;
    font-size: 22px;
    text-align: center;
}

.smooth-gradient-text a {...
Апр
91
20
Пользователь
Пацы дайте код объявление как тут на вверху https://forum.crmp-mobile-hub.ru/index.php
буду благодарен
заранее спасибо
css:
<div class="notice-content">
<div class="smooth-gradient-text">
    <a href="https://forum.crmp-mobile-hub.ru/index.php?forums/%D0%9F%D1%80%D0%B8%D1%91%D0%BC%D0%BD%D0%B0%D1%8F-%D0%B0%D0%B4%D0%BC%D0%B8%D0%BD%D0%B8%D1%81%D1%82%D1%80%D0%B0%D1%82%D0%BE%D1%80%D0%B0-%D1%84%D0%BE%D1%80%D1%83%D0%BC%D0%B0.14/" target="_blank">
        Уважаемые пользователи, администратор форума ждёт ваших предложений по улучшению.
        Пишите в данный раздел ваши идеи.
    </a>
</div>

<style>
.smooth-gradient-text {
    font-weight: 700;
    font-size: 22px;
    text-align: center;
}

.smooth-gradient-text a {
    text-decoration: none;
    color: transparent !important;
    background: linear-gradient(
        270deg,
        #ff3d00,
        #ffea00,
        #00e5ff,
        #7c4dff,
        #ff3d00
    );
    background-size: 600% 600%;
    background-clip: text;
    -webkit-background-clip: text;
    animation: gradientFlow 8s ease infinite, pulse 3s ease-in-out infinite;
    text-shadow:
        0 0 10px rgba(255, 61, 0, 0.6),
        0 0 20px rgba(124, 77, 255, 0.4);
}

@keyframes gradientFlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes pulse {
    0%,100% { transform: scale(1); }
    50% { transform: scale(1.03); }
}
</style>
</div>
 
Апр
91
20
Пользователь
css:
<div class="notice-content">
<div class="smooth-gradient-text">
    <a href="https://forum.crmp-mobile-hub.ru/index.php?forums/%D0%9F%D1%80%D0%B8%D1%91%D0%BC%D0%BD%D0%B0%D1%8F-%D0%B0%D0%B4%D0%BC%D0%B8%D0%BD%D0%B8%D1%81%D1%82%D1%80%D0%B0%D1%82%D0%BE%D1%80%D0%B0-%D1%84%D0%BE%D1%80%D1%83%D0%BC%D0%B0.14/" target="_blank">
        Уважаемые пользователи, администратор форума ждёт ваших предложений по улучшению.
        Пишите в данный раздел ваши идеи.
    </a>
</div>

<style>
.smooth-gradient-text {
    font-weight: 700;
    font-size: 22px;
    text-align: center;
}

.smooth-gradient-text a {
    text-decoration: none;
    color: transparent !important;
    background: linear-gradient(
        270deg,
        #ff3d00,
        #ffea00,
        #00e5ff,
        #7c4dff,
        #ff3d00
    );
    background-size: 600% 600%;
    background-clip: text;
    -webkit-background-clip: text;
    animation: gradientFlow 8s ease infinite, pulse 3s ease-in-out infinite;
    text-shadow:
        0 0 10px rgba(255, 61, 0, 0.6),
        0 0 20px rgba(124, 77, 255, 0.4);
}

@keyframes gradientFlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes pulse {
    0%,100% { transform: scale(1); }
    50% { transform: scale(1.03); }
}
</style>
</div>
OFFTOP

переделал немного код, чтобы преобладало переливание цветов

 
Статус
В этой теме нельзя размещать новые ответы.
Сверху