/
sigma
/
Cyberblog
Обзор
Документация
Войти
/
sigma
/
Cyberblog
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/styles/Post.module.css
36 строк
520 B
Александр Пимкин
first_commit
08 авг 2026, 07:59
08 авг 2026, 07:59
d7b7ab5
Код
Авторство
О чём код?
.span { @apply text-white text-xl gap-7 mt-16 mx-48; display: flex; flex-direction: column; justify-content: center; } .span h1 { font-size: 30px; text-align: center; @apply mb-10; } .span h2 { font-size: 25px; } .span h2 { @apply underline underline-offset-8 text-tagColor; } .span h1:first-child { @apply underline underline-offset-8 decoration-tagColor; } .span p::first-letter { @apply text-tagColor; } .span img { @apply w-[500px] border-white border-4 my-5 h-[300px]; } .fade { opacity: 0.2; }