table{
border-collapse: collapse;
width: 100%;
height:200px;
}
th {
text-align: center;
}
td {
height: 50px;
vertical-align: bottom;
}
th, td {
border-bottom: 1px solid #ddd;
}
thead *, tfoot *{
background:#BBBBBB;
}
tr:hover {
background-color: #FFDDDD;
}
tr:nth-child(even) {
background-color: #DDDDDD;
}
tr:nth-child(even):hover {
background-color: #CCCCCC;
}
tr:nth-child(odd) {
background-color: #F0F0F0;
}
tr:nth-child(odd):hover{
background-color: #C0C0C0;
}
Dosyayı İndir