Jump to content

Форматирование

Featured Replies

в custom.css 

.test {
    font-family: 'Comfortaa';
    font-weight: 900;
    font-size: 11pt;
    background-image: linear-gradient(270deg, #) !important;
    background-size: 1200% 1200% !important;
    color: transparent;
    -webkit-background-clip: text;
    background-color: white;
    background-image: -webkit-linear-gradient(92deg, #ff0000, #0000ff, #ffff00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: anim 4s infinite linear;
    font-weight: bold;
    font-size: 15px; 
} 


В форматирование нужной группы :
Суффикс

<span class="test">

префикс

</span>

 

  • Author
25 минут назад, Vinheteiro сказал:

в custom.css 


.test {
    font-family: 'Comfortaa';
    font-weight: 900;
    font-size: 11pt;
    background-image: linear-gradient(270deg, #) !important;
    background-size: 1200% 1200% !important;
    color: transparent;
    -webkit-background-clip: text;
    background-color: white;
    background-image: -webkit-linear-gradient(92deg, #ff0000, #0000ff, #ffff00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: anim 4s infinite linear;
    font-weight: bold;
    font-size: 15px; 
} 


В форматирование нужной группы :
Суффикс


<span class="test">

префикс


</span>

 

Пасибки

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.