table.css
280 Bytes
.m-table {
width: 100%;
background-color: #fff;
border-collapse: collapse;
}
.m-table th,
.m-table td {
text-align: center;
padding: 12px 10px;
border-bottom: 1px solid #e1e1e1;
}
.m-table th {
color: #000;
}
.m-table tbody tr:hover {
background-color: #fbfbfb;
}