10-03-2015 Saat: 18:25
İlk hover deneyimimdir görüşlerinizi beklerim :D
Kod:
<html lang="tr">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style>
td{
width:1000;
height:60;
background: #403F42;
border: 2px solid #DD4847;
Transition: 500ms;
color: white
}
td:hover{
background: #9C9C9C;
Transition: 500ms;
border: 2px solid #336D40;
Transition: 1000ms;
color: black;
padding-left: 15px
}
</style>
</head>
<body>
<table>
<tr>
<td>
<font size="3px" style="padding-left:5px">//Krons tarafından yapılmıştır</font>
</td>
</tr>
</table>
</body>
</html>
Kod:
Önizlemek için :
onizle.koddostu.com