Last Updated: February 25, 2016
·
384
· ahmadalbakri

center item on page using button

<!-- Markup -->
<button></button>

<!-- CSS -->
*{padding:0; margin: 0}
button {
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
background: red;
border: none;

}