/
DevDenzo
/
DigitalStore
Обзор
Документация
Войти
/
DevDenzo
/
DigitalStore
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/components/PopularCategories/PopularCard.css
38 строк
629 B
Denis Sklyarskij
Создан скелет магазина
10 дек 2025, 22:19
10 дек 2025, 22:19
a36e9ac
Код
Авторство
О чём код?
.popular-card { width: 100%; height: 200px; padding: 22px; box-sizing: border-box; } .popular-card__body { width: 260px; height: 200px; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0 auto; } .popular-card__image-wrapper { width: 120px; height: 100px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); border-radius: 8px; } .popular-card__text { text-align: center; } .popular-card__item { display: block; font-size: 14px; color: #212529; margin-bottom: 4px; } .popular-card__text { font-size: 13px; }