پیشنمایش زنده
کد HTML
<button class="button">
Button
</button>
کد CSS
.button {
color: #f7f7f7;
background: #ff00f2;
height: 59px;
width: 167px;
font-size: 26px;
border-radius: 3px;
border: 10px #3b0876;
border-style: dashed double;
}