Шаблон:ModernTitle
Материал из Space Station 14 Вики
{{{text}}}
.modern-title { background: #9f2828; color: #fff; font-weight: bold; padding: 10px 20px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); text-align: center; font-family: 'Arial', sans-serif; margin: 20px 0; transition: background 0.3s ease, color 0.3s ease, font-size 0.3s ease; font-size: clamp(0.8rem, 2vw, 1rem); box-sizing: border-box } .modern-title:hover { background: #af2c2c; }