1<style>
2input[type="button"]
3{
4 width:120px;
5 height:60px;
6 margin-left:35px;
7 display:block;
8 background-color:gray;
9 color:white;
10 border: none;
11 outline:none;
12}
13</style>
1button,
2button:active,
3button:focus {
4 outline:none !important;
5 box-shadow: none !important;
6 outline-style: none !important;
7}