galaxy/Buttons/Shoh2008_selfish-puma-67.html

16 lines
297 B
HTML

<button class="button">
Button
</button>
<style>
/* From Uiverse.io by Shoh2008 - Tags: button, valve */
.button {
color: #f7f7f7;
background: #ff00f2;
height: 59px;
width: 167px;
font-size: 26px;
border-radius: 3px;
border: 10px #3b0876;
border-style: dashed double;
}
</style>