Section Table Columns
I made this table (attached image) but it made out of divs. Is there a way to make two sections for my table and have space between them like a flexbox?

3 Replies
my initial thought was this: https://codepen.io/froggypanda1776/pen/VwgwdWX but you are not able to put divs as a child of
tr's but only td or thHave you tried
colgroup? Not sure if it'll work but lmk if it doesit doesnt seem like it from what iv tested, tried adding padding and margin but no luck