Demo :

Salut tuturor !
Astazi am sa va invat cum sa faceti butoane cu ajutorul HTML si CSS-ului
Prima data creeam codul css :
a.button {
background: #866237;
color: white;
display: block;
float: left;
font-size: 21px;
height: 24px;
padding-left: 6px;
padding-right: 6px;
text-decoration: none;
border-radius: 3px;
font-family: 'Patrick Hand', cursive !important;
padding-bottom: 8PX;}Dupa accea sa le aplicam undeva , de exemplu in overall_header , cautam tag-ul <head> si dedesupt introducem urmatorul cod :
<a class="button" href="#"><span>SkilledG.Com </span></a><br><br><br>