da sie zrobic pelnowartosciowa tabele do umieszczania danych tabelarycznych w CSS zamiast za pomoca znacznikow tabeli?

bo probowalem samym tym displayem

zeby sie np dalo cos takiego zrobic

div.table_user { display: table; border-spacing: 3px; border: 1px solid #5BB700; width: 100%; background: white; } div.cell-1_user, div.cell-2_user, div.cell-3_user, div.cell-4_user, div.cell-5_user { display: table-cell; text-align: center; border: 1px solid #5BB700; padding: 4px; font-size: 11px; } div.row-1_user { display: table-row; } div.cell-1_user { width: 4%; } div.cell-3_user { width: 10%; background: yellow; } div.cell-4_user { width: 10%; background: #80FF00; } div.cell-5_user { width: 10%; background: red; color: white; } div.row-t_user { display: table-row; background: #CBFF97; font-weight: bold; } div.cell-t_user { display: table-cell; } <div class="row-t_user"> </div>