8,960
edits
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
.button-custom { | |||
display: inline-block; | |||
background-color: #3F3F3F; | |||
color: #FFFFFF; | |||
padding: 10px 20px; | |||
text-align: center; | |||
text-decoration: none; | |||
border-radius: 5px; | |||
font-size: 16px; | |||
font-weight: bold; | |||
border: none; | |||
transition: background-color 0.3s ease; | |||
} | |||
.button-custom:hover { | |||
background-color: #2D2D2D; | |||
} | |||
/* Градиент снизу вверх для всех строк таблицы */ | /* Градиент снизу вверх для всех строк таблицы */ | ||