mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
30 lines
609 B
HTML
30 lines
609 B
HTML
<button> Followers
|
|
<span class="followers"> 65.7K </span>
|
|
</button>
|
|
<style>
|
|
/* From Uiverse.io by niat786 - Tags: button */
|
|
button {
|
|
font-family: PlusJakartaSans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Cantarell,Helvetica Neue,Ubuntu,sans-serif;
|
|
font-size: 1rem;
|
|
align-items: center;
|
|
height: 48px;
|
|
border-radius: 0.4rem;
|
|
font-weight: 600;
|
|
padding: 0 1.2rem;
|
|
color: #ddd;
|
|
border: none;
|
|
box-shadow: 0 .5rem 1rem rgba(143, 142, 142, 0.15)!important;
|
|
background: #000000;
|
|
}
|
|
|
|
.followers {
|
|
font-size: 0.8rem;
|
|
color: #7f7f7f;
|
|
}
|
|
|
|
button:hover {
|
|
background: #2b2a2a;
|
|
}
|
|
|
|
|
|
</style>
|