Basic buttons css to suit basic HTML
/* ---------------------------------- */
/* ---------- BASIC BTNS ---------- */
/* ---------------------------------- */
.basicFrame{
width:24%;
padding:20px 0px;
background:#f1f1f1;
color:#222;
cursor:pointer;
border-radius:2px;
text-align:center;
margin-bottom:10px;
}
.basicFrame:hover{
background:#222;
color:#f1f1f1;
}