Код: Выделить всё
p {
margin: 0px;
}
.button {
width: 66px;
height: 20px;
border: 2px black solid;
border-radius: 4px;
padding: 5px;
}
.button:hover {
background-color: black;
color: white;
}
a {
color: black;
text-decoration: none;
}
a:hover {
color: white;
}< /code>
[url=https://www.google.com] Click Me! [/url]
Подробнее здесь: https://stackoverflow.com/questions/448 ... v-on-hover
Мобильная версия