.table_upgrade_works
{
width: 100%;
border-collapse: collapse;
}
.table_upgrade_works td {
table-layout: fixed;
word-break: break-all;
border-bottom: 1px solid -sharpccc;
font-size: 13px;
text-align: center;
}
.table_upgrade_works td :nth-child(4){
border-bottom: 1px solid -sharpfff;
}
.table_upgrade_works td {
padding: 20px;
}
there will be four frames in total
I want the last line to disappear (white)
did I write somewhere else?