Draft:Шаблон:ModernTitle
Материал из Exodus
Версия от 20:00, 20 ноября 2024; Atima (обсуждение | вклад) (Новая страница: «<div class="modern-title" style="color:{{{color|#fff}}};margin:{{{margin|15px 0}}};--modern-title-bg-color: {{{background-color|#9F2828}}};"><span style="padding:{{{padding|0 clamp(20px, 5vw, 60px)}}};width:{{{width|none}}};">{{{1}}}</span></div> <!-- Не изменяемый CSS --> <div class="customCSS" style="display:none"> .modern-title { position: relative; display: flex; align-items: center; justify-content: center; text-align: center; font-siz...»)
This is a draft page; the published version of this page can be found at Шаблон:ModernTitle.
{{{1}}}
.modern-title { position: relative; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 1.5em; font-family: 'Montserrat', sans-serif; font-weight: bold; } .modern-title::before, .modern-title::after { content: ""; flex-grow: 1; height: 3px; background-color: #9F2828; }
.modern-title::before { margin-right: 10px; }
.modern-title::after { margin-left: 10px; }
.modern-title span { background-color: #9F2828; border-radius: 5px; }