galaxy/Buttons/suda-code_unlucky-tiger-39.html

22 lines
423 B
HTML

<button class="button">
Duolingo Button
</button>
<style>
/* From Uiverse.io by suda-code - Tags: green, button, duolingo */
button {
align-items: center;
color: #ffffff;
font-size: 18px;
background: #58cc02;
border: none !important;
padding: 15px 16px;
box-shadow: 0 4px 0 #58a700;
border-radius: 12px;
cursor: pointer;
}
button:active {
box-shadow: none;
transform: translate(0, 4px);
}
</style>