/
mentolos
/
react-perf-benches
Обзор
Документация
Войти
/
mentolos
/
react-perf-benches
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
code-splitting/src/index.css
13 строк
422 B
Artem_Mentolos
initial_commit
25 апр 2026, 14:43
25 апр 2026, 14:43
d2db3e7
Код
Авторство
О чём код?
* { box-sizing: border-box; } body { margin: 0; font-family: system-ui, sans-serif; } button { padding: 6px 14px; border: 1px solid #ccc; border-radius: 4px; background: #fff; cursor: pointer; font-size: 14px; } button:hover:not(:disabled) { background: #f0f0f0; } button:disabled { opacity: 0.5; cursor: not-allowed; } select { padding: 4px 8px; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; }