/
jonca3d
/
react-animation-ts
Обзор
Документация
Войти
/
jonca3d
/
react-animation-ts
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/components/Button/button.module.css
13 строк
261 B
Evgeniy
Init commit
26 сен 2024, 18:05
26 сен 2024, 18:05
9b9cab0
Код
Авторство
О чём код?
.btn { display: inline-block; padding: .5rem; background-color: transparent; font-weight: 600; transition: all .2s ease-out; border-radius: .5rem; } .btn:hover { background-color: rgb(81, 88, 88); color: white; }