/
VladNair
/
Hello_world
Обзор
Документация
Войти
/
VladNair
/
Hello_world
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/Button.css
13 строк
260 B
VladNair
first_commit
23 окт 2025, 18:57
23 окт 2025, 18:57
14583a1
Код
Авторство
О чём код?
.custom-button { padding: 10px 20px; font-size: 16px; background-color: #4391e5; color: white; border: none; cursor: pointer; transition: background-color 0.3s ease; } .custom-button:hover { background-color: #007bff; }