border: 1px dashed red;
}
table {border-collapse: separate;
width: 100%;
}
td {height: 40px;
}
border: 1px dashed red;
}
table {border-collapse: separate;
width: 100%;
}
th {text-align: left;
}
td {height: 40px;
vertical-align: bottom;
}
By using the empty-cells property, you can hide borders of empty cells in the
element.table-layout: auto;
width: 100%;
}
table.fixed {table-layout: fixed;
width: 50%;
}