/
spirzen
/
it-code-examples
Обзор
Документация
Войти
/
spirzen
/
it-code-examples
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
examples/html/github-pages-starter/style.css
45 строк
662 B
Spirzen
Code migration pack
09 июн 2026, 01:41
09 июн 2026, 01:41
cebc284
Код
Авторство
О чём код?
* { box-sizing: border-box; } body { margin: 0; min-height: 100vh; font-family: system-ui, Segoe UI, sans-serif; background: linear-gradient(160deg, #0f172a 0%, #1e3a5f 100%); color: #e2e8f0; display: flex; align-items: center; justify-content: center; } .page { text-align: center; padding: 2rem; max-width: 28rem; } h1 { font-size: 1.75rem; margin-bottom: 0.75rem; } p { line-height: 1.5; opacity: 0.9; } button { margin-top: 1.25rem; padding: 0.6rem 1.2rem; border: none; border-radius: 8px; background: #38bdf8; color: #0f172a; font-size: 1rem; cursor: pointer; } button:hover { background: #7dd3fc; }