galaxy/Buttons/mrtqzbek11_ancient-octopus-81.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>