Код: Выделить всё
button {
background-color: orange;
}
button:hover {
background-color: darkorange;
}
Подробнее здесь: https://stackoverflow.com/questions/572 ... le-devices
Код: Выделить всё
button {
background-color: orange;
}
button:hover {
background-color: darkorange;
}