mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
22 lines
445 B
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>
|