Comment by b2ccb2
3 days ago
I'd use <table>. It literally is a table. And for mobile just do a media query to turn it into a flexbox.
3 days ago
I'd use <table>. It literally is a table. And for mobile just do a media query to turn it into a flexbox.
Yeah the claim that tables are hard to style for such a simple design doesn't really hold up in my opinion.
This took two seconds to make https://codesandbox.io/p/sandbox/5ry4rl
I do agree though that subgrid makes the HTML more readable though so I'm all for it.