/
danr
/
devRepeat_hack_and_change_solution
Обзор
Документация
Войти
/
danr
/
devRepeat_hack_and_change_solution
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/main/resources/static/main.css
43 строки
708 B
grentte
почва для работы с БД, пока заглушки в сервисе для отображения карточек курсов
29 ноя 2025, 16:52
29 ноя 2025, 16:52
531167d
Код
Авторство
О чём код?
body { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; } .hero-section { min-height: 80vh; display: flex; align-items: center; background: linear-gradient(135deg, #0d6efd10, #6610f210); } .hero-badge { font-size: 0.85rem; text-transform: uppercase; letter-spacing: .08em; } .hero-illustration { max-width: 480px; } .feature-icon { width: 44px; height: 44px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; } .stat-value { font-size: 1.6rem; font-weight: 700; } .stat-label { font-size: .9rem; opacity: .8; } footer a { text-decoration: none; }