/
Dmitry424
/
WebRepo
Обзор
Документация
Войти
/
Dmitry424
/
WebRepo
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/App.css
21 строка
357 B
Dmitry785
created MVP
09 июл 2026, 10:08
09 июл 2026, 10:08
6880017
Код
Авторство
О чём код?
.welcome{ font-size: 20px; margin-top: 20px; letter-spacing: 2px; text-align: center; } .counter{ display: flex; flex-direction: column; gap:20px; padding: 20px; justify-content: space-between; } .counter button{ align-self: center; padding: 5px 30px; font-size: 24px; } .counter h1{ text-align: center; }