/
StudentSp3
/
office_goods
Обзор
Документация
Войти
/
StudentSp3
/
office_goods
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
css/goods.css
37 строк
680 B
Room405_admin
Initial commit
11 мар 2025, 10:50
11 мар 2025, 10:50
9169967
Код
Авторство
О чём код?
.goods{ display: block; width: 90%; font-family: Arial, Helvetica, sans-serif; margin-left: auto; margin-right: auto; } .goods__slider{ display: flex; flex-wrap: wrap; width: 100%; justify-content: space-between; align-items: center; overflow-x: auto; } .goods__slider-item{ display: flex; flex-direction: column; width: 150px; height: 270px; margin: 5px; border: 1px solid rgb(206, 206, 206); box-shadow: 0px 0px 5px rgb(185, 185, 185); } .goods__slider-item > img { width: 90%; } .goods__slider-item > p { font-size: 12px; } .goods__slider-item > h2 { font-size: 18px; text-align: end; }