/
gordstep
/
Lab-work-web-AJAX
Обзор
Документация
Войти
/
gordstep
/
Lab-work-web-AJAX
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
css/style.css
87 строк
1 KB
GordStep
добавление поиска
12 дек 2025, 21:34
12 дек 2025, 21:34
e24a4ba
Код
Авторство
О чём код?
td { text-align: left; } table, th, td { border: 1px solid; } .Parent { display: flex; flex-direction: row; } .child1 { width: 70%; height: 100vh; } .child2 { width: 30%; height: 100hv; } canvas { width: 80% !important; height: 80% !important; } body { font-family: sans-serif; } form { display: flex; flex-direction: column; justify-content: center; width: 200px; padding: 10px; } form div input { width: 100%; height: 40px; border-radius: 8px; outline: none; border: 0 30px; padding: 0 30px; box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); } form div { position: relative; margin-bottom: 5px; } button { margin-top: 5px; width: 100%; height: 45px; background-color: #999; border: 2px solid #999; border-radius: 8px; color: #fff; font-size: 14px; cursor: pointer; box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); transition: all 0.1s ease; } button:hover { opacity: 0.8; } #message { display: none; background: #f1f1f1; color: #000; position: relative; padding: 20px; margin-top: 10px; } #message p { padding: 5px 20px; font-size: 18px; }