24-05-2014 Saat: 17:46
Can sıkıntısı buton kodldım. :)
Umarım beğenirsiniz..
Denemek için:TIKLA
Koda geçelim..
Umarım beğenirsiniz..
Denemek için:TIKLA
Koda geçelim..
Kod:
<style type="text/css">
.Buton {
height: 27px;
width: 105px;
background-color: #FF7E14;
border-bottom-width: 3px;
border-bottom-color: #BA5D12;
border-bottom-style: solid;
background-repeat: no-repeat;
padding-top: 15px;
transition: background 0.4s ease-in;
padding-left: 4px;
}
.Buton:hover {
height: 27px;
width: 105px;
background-color: #55514E;
border-bottom-width: 3px;
border-bottom-color: #7D7A78;
border-bottom-style: solid;
background-repeat: no-repeat;
-webkit-transition: background 0.4s ease-in;
-moz-transition: background 0.4s ease-in;
-o-transition: background 0.4s ease-in;
}
.Buton a {
color: #FFF;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding-left: 7px;
font-weight: bold;
}
</style>
<div class="Buton"><a href="#">Destek.10tl.net</a></div>