<input type="button" value="一化網頁設計" name="按鈕名稱" style="width:150px;height:50px;">
input{border:0;
  background-color:#003C9D;
  color:#fff;
  border-radius:10px;
  cursor:pointer;}

input:hover{
  color:#003C9D;
  background-color:#fff;
  border:2px #003C9D solid;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.