galaxy/Buttons/Fatima-Zahrae-Acharki_witty-dolphin-100.html

32 lines
617 B
HTML

<button class="btn">
space
</button>
<style>
/* From Uiverse.io by Fatima-Zahrae-Acharki - Tags: button */
.btn {
font-size: 16px;
font-family: monospace;
color: white;
border-radius: 8px;
letter-spacing: 5px;
font-weight: 800;
text-transform: uppercase;
transition: 0.6s;
padding: 10px 20px;
border: none;
transition-property: box-shadow;
}
.btn {
background: #765ab5;
box-shadow: 0 0 50px #765ab5;
}
.btn:hover {
box-shadow: 0 0 5px #765ab5,
0 0 25px #352552,
0 0 50px #352552,
0 0 100px #765ab5,
0 0 500px #765ab5;
}
</style>