/
shsv
/
html
Обзор
Документация
Войти
/
shsv
/
html
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
style.css
40 строк
612 B
Sergey Shabanov
Initial commit
18 окт 2024, 18:41
18 окт 2024, 18:41
2ff88f6
Код
Авторство
О чём код?
* { padding: 0; margin: 0; box-sizing: border-box; font-family: sans-serif; } body { min-height: 100vh; background: linear-gradient(45deg, #1c004f, #060010); color: white; } main { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 50px; min-height: 100vh; } h1 { width: 60%; display: flex; justify-content: space-between; align-items: center; } h1 span{ font-size: 3em; } p { font-size: 1.5em; width: 60%; display: flex; justify-content: space-between; align-items: center; }