/
VladNair
/
Hello_world
Обзор
Документация
Войти
/
VladNair
/
Hello_world
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/PageTemplate.css
26 строк
416 B
VladNair
first_commit
23 окт 2025, 18:57
23 окт 2025, 18:57
14583a1
Код
Авторство
О чём код?
.page-header { background-color: #f2f2f2; padding: 20px; display: flex; justify-content: space-between; align-items: center; } .page-header h1 { font-size: 2rem; margin: 0; } .main-content { padding: 20px; } footer { background-color: #333; color: white; text-align: center; padding: 10px; position: fixed; bottom: 0; width: 100%; }