8,960
edits
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
text-decoration: none; | text-decoration: none; | ||
border-radius: 5px; | border-radius: 5px; | ||
transition: background-color 0.3s | background-color: #007bff; /* Default color */ | ||
transition: transform 0.3s ease, background-color 0.3s ease; | |||
} | } | ||
.newcombutton:hover { | .newcombutton:hover { | ||
transform: scale(1.1); /* Slightly increase size */ | |||
opacity: 0.8; | opacity: 0.8; | ||
} | } | ||