mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
16 lines
297 B
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>
|