Привет | Пока | |
Пока | Пока | Пока |
Привет | Пока | Пока | |
Пока | Пока |
<--можно задать first-->
НТМL
Css
.table
{
display: table;
width:100%
}
.table_row
{
display: table_row;
border_bottom:1px solid red;
}
.table_row:last-child;
border:none;
}
.table_cell
{
display: table_cell;
border_right:1px solid red;
padding:20px;
}
table_cell:last-child
{
border:none
}