/
essannikov
/
CoursesLibrary
Обзор
Документация
Войти
/
essannikov
/
CoursesLibrary
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/main/resources/static/css/styles.css
39 строк
541 B
essannikov
1.0
11 июл 2024, 13:04
11 июл 2024, 13:04
27284ba
Код
Авторство
О чём код?
* { font-family: Arial; } #student-form { display: none; align-items: center; justify-content: center; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; background-color: #88888878; } #student-form form { background-color: white; border: 1px solid #333; width: 300px; padding: 20px; } #student-form h2 { margin-top: 0; } #student-form label { display: block; } #student-form form > * { margin-bottom: 5px; } h4 { margin-bottom: 0; }