/
progart116
/
PlanerProject2026
Обзор
Документация
Войти
/
progart116
/
PlanerProject2026
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
FrontEnd/Static/Common/css/403.css
65 строк
904 B
progart116
debug
25 апр 2026, 12:27
25 апр 2026, 12:27
4a037dd
Код
Авторство
О чём код?
* { margin: 0; border: 0; padding: 0; user-select: none; } body { background-color: rgb(255, 85, 85); } .center { display: flex; flex-direction: column; justify-content: center; width: 90vw; height: 90vh; align-items: center; color: white; } #digits { font-family: 'Times New Roman'; font-size: 250pt; } #letters { font-family: 'Times New Roman'; font-size: 50pt; } #letters-description { font-family: 'Times New Roman'; font-size: 14pt; } #description { text-align: center; margin-left: -10%; color: white; font-size: 20pt; } a { position: fixed; top: 5vh; left: 5vw; width: 150px; height: 50px; background-color: rgb(0, 0, 0); font-size: 18pt; text-align: center; align-content: center; border-radius: 15px; text-decoration: none; color: rgb(255, 255, 255); }