8,960
edits
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
.newcombutton { | |||
display: inline-block; | |||
padding: 10px 20px; | |||
background-color: #007bff; | |||
color: #fff; | |||
text-decoration: none; | |||
border-radius: 5px; | |||
transition: background-color 0.3s; | |||
} | |||
.newcombutton:hover { | |||
background-color: #0056b3; | |||
} | |||
.butting-button { | .butting-button { | ||
display: inline-block; /* Make sure the link is displayed as a button */ | display: inline-block; /* Make sure the link is displayed as a button */ | ||