/
suphrt
/
LAB-01
Обзор
Документация
Войти
/
suphrt
/
LAB-01
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
style.css
161 строка
2 KB
suphrt
upload files
22 мар 2025, 09:29
22 мар 2025, 09:29
b8e2566
Код
Авторство
О чём код?
body { font-family: Arial, Helvetica, sans-serif; margin: 0; padding: 0; background-color: #f4f4f4; } header { background-color: #c28cbf; color: white; text-align: center; padding: 20px; } h1 { margin: 0; } main { padding: 20px; } .text-block { margin-bottom: 20px; } .text-block p { font-size: 1.2em; } .bold100 { font-weight: 100; } .bold200 { font-weight: 200; } .bold900 { font-weight: 900; } .compressed { font-stretch: ultra-condensed; } .narrow { font-stretch: condensed; } .normal { font-stretch: normal; } .wide { font-stretch: ultra-expanded; } table { width: 60%; border-collapse: collapse; margin-bottom: 20px; } table, th, td { border: 1px solid #ddd; } th, td { padding: 10px; text-align: center; } .form-section { margin-bottom: 20px; } .form-section h2{ text-align: center; } .form-section form { display: flex; flex-direction: column; width: 300px; height: 350px; margin: 0 auto; padding: 20px; border-radius: 10px; box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;; } .form-section label { margin-bottom: 5px; } .form-section input { width: 250px; padding: 10px; margin-bottom: 15px; border: 1px solid #ccc; border-radius: 4px; } .submit-btn { padding: 10px; background-color: #c28cbf; color: white; border: none; border-radius: 4px; cursor: pointer; width: 200px; margin: 10px auto; transition-duration: 0.5s; } .submit-btn:hover { background-color: #a859a4; width: 250px; } .images { display: flex; flex-direction: column; align-items: center; } .image-container { position: relative; } .large-image { width: 1000px; height: auto; } .small1 { width: 300px; bottom: 4px; left: 0%; position: absolute; } .small2 { width: 300px; top: 0; left: 30%; position: absolute; } .small3 { width: 500px; bottom: 4px; right: 0; position: absolute; } footer { background-color: #c28cbf; color: white; padding: 20px; }