Table
Der Tabellenstil ist dezent und zurückhaltend.
Table
23/02/2021
<div class="module module--table">
<div class="inner inner--medium">
<div class="overflow">
<table>
<thead>
<tr>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>A1</th>
<td>A2</th>
</tr>
<tr>
<td>B1</th>
<td>B2</th>
</tr>
<tr>
<td>C1</th>
<td>C2</th>
</tr>
</tbody>
</table>
</div>
</div>
</div>