mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
23 lines
395 B
HTML
23 lines
395 B
HTML
<button class="arc-btn-retro">
|
|
Submit
|
|
</button>
|
|
<style>
|
|
/* From Uiverse.io by mrtqzbek11 - Tags: button */
|
|
button {
|
|
width: 136px;
|
|
height: 46px;
|
|
background-color: #19fb9b;
|
|
border: 1px solid black;
|
|
border-radius: 6px;
|
|
cursor: pointer;
|
|
font-size: 17px;
|
|
transition: .4s;
|
|
}
|
|
|
|
button:hover {
|
|
box-shadow: 5px 6px 0px rgb(0, 0, 0);
|
|
}
|
|
|
|
|
|
/*Check it out in light theme :) <3 */
|
|
</style>
|