Tombol CSS Normal Active Hover

.buttonz {width:150px !important;
background-color: lightsalmon !important;
border: 1px solid black;
height:35px;
margin-top:20px;
margin-left:39%;
position:relative;

}
.buttonz:hover{
box-shadow: 3px 3px 8px #111111;

}

.buttonz:active{
box-shadow: 4px 4px 8px #444444;
top:2px;
}
Meandering Meerkat