Win8 Everything
by Josh Pullen
HTML
<button>Button</button>
CSS
button {
background:#d3d3d3;
border:none;
outline:none;
padding:10px 15px 10px 15px;
}
button:hover {
background:#BFBFBF;
}
by Josh Pullen
<button>Button</button>
button {
background:#d3d3d3;
border:none;
outline:none;
padding:10px 15px 10px 15px;
}
button:hover {
background:#BFBFBF;
}