Шаблон:ModernTitle
Материал из Space Station 14 Вики
Версия от 00:12, 7 августа 2024; Pok (обсуждение | вклад)
{{{1}}}
.modern-title { position: relative; display: flex; align-items: center; justify-content: center; text-align: center; 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; }