/
Nicholas
/
java_basics
Обзор
Документация
Войти
/
Nicholas
/
java_basics
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
SpringBootWebDevelopment/BookLibrary/src/main/resources/static/css/styles.css
39 строк
526 B
Skillbox
Add lesson
26 дек 2023, 11:12
26 дек 2023, 11:12
2b2cee4
Код
Авторство
О чём код?
* { font-family: Arial; } #book-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; } #book-form form { background-color: white; border: 1px solid #333; width: 300px; padding: 20px; } #book-form h2 { margin-top: 0; } #book-form label { display: block; } #book-form form > * { margin-bottom: 5px; } h4 { margin-bottom: 0; }