galaxy/Buttons/e-coders_gentle-seahorse-53.html

22 lines
445 B
HTML

<button> manage
</button>
<style>
/* From Uiverse.io by e-coders - Tags: simple, button */
button {
font-family: Roboto, Arial, Sans-Serif;
font-size: 14px;
text-align: center;
letter-spacing: 0.5px;
color: #ffffff;
background-color: #065fd4;
border: 0;
box-shadow: none;
border-radius: 2px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 16px;
padding-right: 16px;
text-transform: uppercase;
font-weight: 500;
}
</style>