/
StudentSp3
/
office_goods
Обзор
Документация
Войти
/
StudentSp3
/
office_goods
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
css/style.css
191 строка
3 KB
Room405_admin
Initial commit
11 мар 2025, 10:50
11 мар 2025, 10:50
9169967
Код
Авторство
О чём код?
* { margin: 0; padding: 0; box-sizing: border-box; } a { text-decoration: none; } body { display: flex; flex-direction: column; align-items: center; } header { width: auto; height: auto; padding: 50px; margin: 0 auto; } nav { width: auto; height: auto; display: flex; justify-content: space-between; } .menu { list-style: none; display: flex; align-items: start; gap: 20px; margin-top: 12px; } .menuText { font-size: 18px; font-family: Arial, Helvetica, sans-serif; font-weight: 400; color: #000; transition: all 0.4s; } .menuText:hover { transition: all 0.4s; color: #E31E24; } .number { font-size: 18px; font-family: Arial, Helvetica, sans-serif; font-weight: 400; color: #E31E24; margin-top: 12px; } .menu2 { margin-top: 10px; display: flex; justify-content: space-between; align-items: center; } .leftBlock { display: flex; align-items: center; gap: 25px; } .btnPole { width: 319px; height: 40px; display: flex; justify-content: center; align-items: center; gap: 10px; background: #E31E24; font-size: 20px; font-family: Arial, Helvetica, sans-serif; font-weight: 700; color: #fff; cursor: pointer; } .input { position: relative; } .input img { position: absolute; right: 12px; top: 12px; } .search { width: 490px; height: 40px; box-shadow: 0 0 8px #909090; outline: none; border-style: none; padding: 0px 30px; font-size: 16px; } .menuMin { display: flex; align-items: center; gap: 25px; } .signIn { display: flex; align-items: center; gap: 10px; font-size: 18px; font-family: Arial, Helvetica, sans-serif; font-weight: 400; color: #E31E24; } .slider { background: url(../images/slider.png); background-size: cover; width: 100%; height: 20vh; margin-top: 30px; } footer { width: 100%; height: 150px; background: #DCDADA; display: flex; align-items: center; justify-content: space-between; padding: 0px 48px; } .logoPolit { display: flex; flex-direction: column; gap: 24px; } .polit { font-size: 18px; font-family: Arial, Helvetica, sans-serif; font-weight: 400; color: #FF0202; } .spisokMenu { display: flex; align-items: start; gap: 165px; } .spisok { list-style: none; display: flex; flex-direction: column; align-items: start; gap: 10px; } .link { color: #000; font-family: Arial, Helvetica, sans-serif; font-weight: 400; font-size: 18px; transition: all 0.3s; } .link:hover { transition: all 0.3s; color: #FF0202; } .con { color: #FF0202; } main{ display: flex; flex-direction: column; width: 90%; margin-left: auto; margin-right: auto; }