genelde border, padding ve margin kullanirken yapilan hatalardan biridir.
aslinda hata degilde butun yonlere tek tek komut belirtmek hem stil dosyasini kabartir hemde yuklenmeyi geciktirir.
sayfanda kullandigin 10 satirlik su kodlamayi
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #BEBEBE;
border-right-color: #BEBEBE;
border-bottom-color: #BEBEBE;
border-left-color: #BEBEBE;
su sekilde 2 satir halinde kullanabilirsin
border: solid 1px #bebebe;
border-top:none;