/
syunya
/
HTTP-server
Обзор
Документация
Войти
/
syunya
/
HTTP-server
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
simple-http-server/static/style.css
50 строк
697 B
syunya
update: style.css
22 май 2026, 22:24
Верифицирован
22 май 2026, 22:24
254cdf1
Код
Авторство
О чём код?
body { background: #1e1e1e; color: white; font-family: Arial; margin: 0; padding: 0; } .container { width: 700px; margin: 100px auto; text-align: center; } h1 { font-size: 48px; } p { font-size: 20px; } .buttons { margin-top: 30px; } a { text-decoration: none; color: white; background: #0078ff; padding: 12px 20px; border-radius: 8px; margin: 10px; display: inline-block; } a:hover { background: #005fcc; } ul { text-align: left; width: 300px; margin: 20px auto; } .screenshots img { width: 700px; margin-top: 20px; border-radius: 10px; }